aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)
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