diff options
| author | Chong Yidong | 2011-04-17 14:40:55 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-04-17 14:40:55 -0400 |
| commit | 4581706e272ad522d495dd12040d94b86a333b6d (patch) | |
| tree | 50838c2d820f42c489cbf94a9c603a5dbb0f42b2 /src/xterm.c | |
| parent | 14964899b30739df1df344f52f7790e533c698b5 (diff) | |
| download | emacs-4581706e272ad522d495dd12040d94b86a333b6d.tar.gz emacs-4581706e272ad522d495dd12040d94b86a333b6d.zip | |
Minor redisplay cleanups.
* src/dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing
definition for no-X builds.
* src/termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions.
* src/xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c index a44313d0a56..491a8b3698f 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -2924,9 +2924,8 @@ x_clear_frame (struct frame *f) | |||
| 2924 | follow an explicit cursor_to. */ | 2924 | follow an explicit cursor_to. */ |
| 2925 | BLOCK_INPUT; | 2925 | BLOCK_INPUT; |
| 2926 | 2926 | ||
| 2927 | /* The following calls have been commented out because they do not | 2927 | /* The following call is commented out because it does not seem to accomplish |
| 2928 | seem to accomplish anything, apart from causing flickering during | 2928 | anything, apart from causing flickering during window resize. */ |
| 2929 | window resize. */ | ||
| 2930 | /* XClearWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f)); */ | 2929 | /* XClearWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f)); */ |
| 2931 | 2930 | ||
| 2932 | /* We have to clear the scroll bars. If we have changed colors or | 2931 | /* We have to clear the scroll bars. If we have changed colors or |