diff options
| author | Joakim Verona | 2010-09-16 13:48:57 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-09-16 13:48:57 +0200 |
| commit | bb8b8baa75c4161e2c20d517433e0f2a5a06de54 (patch) | |
| tree | d926dffae399f6dc4b1847605ecd0343232a3b84 /src/xterm.c | |
| parent | cd0460b394f652c028f937fc89dfa5c1d1b83d01 (diff) | |
| download | emacs-bb8b8baa75c4161e2c20d517433e0f2a5a06de54.tar.gz emacs-bb8b8baa75c4161e2c20d517433e0f2a5a06de54.zip | |
still doesnt actually work, but added some clipping, and disabled compositing for sockets. acually i want compositing for sockets, and it was realy the entire point of starting work on compositing, so its only temporary
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 41d7ffd73fc..2fb813d04fc 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -2595,7 +2595,9 @@ 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 | //erase xwidget background |
| 2599 | x_draw_glyph_string_background (s, 0); | ||
| 2600 | //x_draw_xwidget_glyph_string draws phantom xwidgets only, live xwidgets are drawn in an expose handler | ||
| 2599 | x_draw_xwidget_glyph_string (s); | 2601 | x_draw_xwidget_glyph_string (s); |
| 2600 | break; | 2602 | break; |
| 2601 | 2603 | ||