aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2011-11-21 19:01:04 +0100
committerJan Djärv <[email protected]>2011-11-21 19:01:04 +0100
commite7cfd277bd7b5fda95431481c027fb16023cc654 (patch)
tree75f6d604360179c92d70b313c57f178ac73777af
parentf04a3be94bbcfbf24baba836a1d5fb4099412b07 (diff)
* xterm.c (x_clear_frame): Reinstate the XClearWindow call.
-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 e732df5272..ef9aa4a907 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-21 Jan Djärv <[email protected]>
+
+ * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
+
2011-11-21 Chong Yidong <[email protected]>
* window.c (Fnext_window, Fprevious_window): Doc fix.
diff --git a/src/xterm.c b/src/xterm.c
index de7703c2ec..063794bae6 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2963,9 +2963,7 @@ x_clear_frame (struct frame *f)
follow an explicit cursor_to. */
BLOCK_INPUT;
- /* The following call is commented out because it does not seem to accomplish
- anything, apart from causing flickering during window resize. */
- /* XClearWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f)); */
+ XClearWindow (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f));
/* We have to clear the scroll bars. If we have changed colors or
something like that, then they should be notified. */