aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2011-11-21 19:01:04 +0100
committerJan Djärv2011-11-21 19:01:04 +0100
commite7cfd277bd7b5fda95431481c027fb16023cc654 (patch)
tree75f6d604360179c92d70b313c57f178ac73777af /src
parentf04a3be94bbcfbf24baba836a1d5fb4099412b07 (diff)
downloademacs-e7cfd277bd7b5fda95431481c027fb16023cc654.tar.gz
emacs-e7cfd277bd7b5fda95431481c027fb16023cc654.zip
* xterm.c (x_clear_frame): Reinstate the XClearWindow call.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xterm.c4
2 files changed, 5 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e732df52729..ef9aa4a907f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-11-21 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
4
12011-11-21 Chong Yidong <cyd@gnu.org> 52011-11-21 Chong Yidong <cyd@gnu.org>
2 6
3 * window.c (Fnext_window, Fprevious_window): Doc fix. 7 * window.c (Fnext_window, Fprevious_window): Doc fix.
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. */