emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106463: * xterm.c (x_clear_frame): R


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106463: * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
Date: Mon, 21 Nov 2011 19:01:04 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106463
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Mon 2011-11-21 19:01:04 +0100
message:
  * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
modified:
  src/ChangeLog
  src/xterm.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-11-21 06:05:16 +0000
+++ b/src/ChangeLog     2011-11-21 18:01:04 +0000
@@ -1,3 +1,7 @@
+2011-11-21  Jan Djärv  <address@hidden>
+
+       * xterm.c (x_clear_frame): Reinstate the XClearWindow call.
+
 2011-11-21  Chong Yidong  <address@hidden>
 
        * window.c (Fnext_window, Fprevious_window): Doc fix.

=== modified file 'src/xterm.c'
--- a/src/xterm.c       2011-11-20 03:48:53 +0000
+++ b/src/xterm.c       2011-11-21 18:01:04 +0000
@@ -2963,9 +2963,7 @@
      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.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]