diff options
| author | Joakim Verona | 2011-08-10 11:56:17 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-08-10 11:56:17 +0200 |
| commit | 35aa3ba0c973865487480b44774440a0f97666ee (patch) | |
| tree | c142eb500c6d73b97868daabf10570a42a1d995b /src | |
| parent | 9a31704761d4b6281aafa9fb00f0989f6a2aa381 (diff) | |
| download | emacs-35aa3ba0c973865487480b44774440a0f97666ee.tar.gz emacs-35aa3ba0c973865487480b44774440a0f97666ee.zip | |
disabled xwidget bg erase which appears safe and looks better. test for a while.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 7087f2eeccb..cefb98a476d 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -2719,7 +2719,7 @@ x_draw_glyph_string (struct glyph_string *s) | |||
| 2719 | #ifdef HAVE_XWIDGETS | 2719 | #ifdef HAVE_XWIDGETS |
| 2720 | case XWIDGET_GLYPH: | 2720 | case XWIDGET_GLYPH: |
| 2721 | //erase xwidget background | 2721 | //erase xwidget background |
| 2722 | x_draw_glyph_string_background (s, 0); | 2722 | //x_draw_glyph_string_background (s, 0); |
| 2723 | x_draw_xwidget_glyph_string (s); | 2723 | x_draw_xwidget_glyph_string (s); |
| 2724 | break; | 2724 | break; |
| 2725 | #endif | 2725 | #endif |