diff options
| author | Joakim Verona | 2010-09-10 07:27:36 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-09-10 07:27:36 +0200 |
| commit | 5d131913cfdb52afeec90b7bf37ba307e4d8b3b3 (patch) | |
| tree | e503f1b65cc25ebafb1d5cec9a53eba898c38a66 /src/xterm.c | |
| parent | 8dfed77f7bdf7591d6daa705364db6ba0d872116 (diff) | |
| download | emacs-5d131913cfdb52afeec90b7bf37ba307e4d8b3b3.tar.gz emacs-5d131913cfdb52afeec90b7bf37ba307e4d8b3b3.zip | |
beginnings of a lisp interface to support debugging of xwidgets placements, which is hairy, and buggy.
Diffstat (limited to 'src/xterm.c')
| -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 357ffeedc87..4790b75f923 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -2595,7 +2595,7 @@ x_draw_glyph_string (struct glyph_string *s) | |||
| 2595 | break; | 2595 | break; |
| 2596 | 2596 | ||
| 2597 | case XWIDGET_GLYPH: | 2597 | case XWIDGET_GLYPH: |
| 2598 | x_draw_glyph_string_background (s, 0); | 2598 | //x_draw_glyph_string_background (s, 0); |
| 2599 | x_draw_xwidget_glyph_string (s); | 2599 | x_draw_xwidget_glyph_string (s); |
| 2600 | break; | 2600 | break; |
| 2601 | 2601 | ||