diff options
| author | Jan Djärv | 2011-11-21 19:01:04 +0100 |
|---|---|---|
| committer | Jan Djärv | 2011-11-21 19:01:04 +0100 |
| commit | e7cfd277bd7b5fda95431481c027fb16023cc654 (patch) | |
| tree | 75f6d604360179c92d70b313c57f178ac73777af /src/xterm.c | |
| parent | f04a3be94bbcfbf24baba836a1d5fb4099412b07 (diff) | |
| download | emacs-e7cfd277bd7b5fda95431481c027fb16023cc654.tar.gz emacs-e7cfd277bd7b5fda95431481c027fb16023cc654.zip | |
* xterm.c (x_clear_frame): Reinstate the XClearWindow call.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c index de7703c2ec7..063794bae65 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -2963,9 +2963,7 @@ x_clear_frame (struct frame *f) | |||
| 2963 | follow an explicit cursor_to. */ | 2963 | follow an explicit cursor_to. */ |
| 2964 | BLOCK_INPUT; | 2964 | BLOCK_INPUT; |
| 2965 | 2965 | ||
| 2966 | /* The following call is commented out because it does not seem to accomplish | 2966 | XClearWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f)); |
| 2967 | anything, apart from causing flickering during window resize. */ | ||
| 2968 | /* XClearWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f)); */ | ||
| 2969 | 2967 | ||
| 2970 | /* We have to clear the scroll bars. If we have changed colors or | 2968 | /* We have to clear the scroll bars. If we have changed colors or |
| 2971 | something like that, then they should be notified. */ | 2969 | something like that, then they should be notified. */ |