summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xterm.c2
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)
#ifdef HAVE_XWIDGETS
case XWIDGET_GLYPH:
//erase xwidget background
- x_draw_glyph_string_background (s, 0);
+ //x_draw_glyph_string_background (s, 0);
x_draw_xwidget_glyph_string (s);
break;
#endif