emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Fri, 31 Dec 2004 13:31:15 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.854 emacs/src/xterm.c:1.855
*** emacs/src/xterm.c:1.854     Thu Dec 30 12:26:31 2004
--- emacs/src/xterm.c   Fri Dec 31 18:16:10 2004
***************
*** 6000,6005 ****
--- 6000,6013 ----
          {
            x_check_fullscreen (f);
  
+ #ifdef USE_GTK
+           /* This seems to be needed for GTK 2.6.  */
+           x_clear_area (event.xexpose.display,
+                         event.xexpose.window,
+                         event.xexpose.x, event.xexpose.y,
+                         event.xexpose.width, event.xexpose.height,
+                         FALSE);
+ #endif
            if (f->async_visible == 0)
              {
                f->async_visible = 1;




reply via email to

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