emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/window.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/window.c,v
Date: Sat, 25 Nov 2006 04:18:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/11/25 04:18:11

Index: window.c
===================================================================
RCS file: /sources/emacs/emacs/src/window.c,v
retrieving revision 1.565
retrieving revision 1.566
diff -u -b -r1.565 -r1.566
--- window.c    22 Nov 2006 15:10:06 -0000      1.565
+++ window.c    25 Nov 2006 04:18:11 -0000      1.566
@@ -3351,8 +3351,10 @@
     }
 
 #ifdef HAVE_WINDOW_SYSTEM
+  BLOCK_INPUT;
   if (dpyinfo && EQ (window, dpyinfo->mouse_face_window))
     clear_mouse_face (dpyinfo);
+  UNBLOCK_INPUT;
 #endif
 
   unbind_to (count, Qnil);




reply via email to

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