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,v


From: Michael Cadilhac
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c,v
Date: Wed, 19 Sep 2007 10:02:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Cadilhac <cadilhac>     07/09/19 10:02:13

Index: xterm.c
===================================================================
RCS file: /sources/emacs/emacs/src/xterm.c,v
retrieving revision 1.957
retrieving revision 1.958
diff -u -b -r1.957 -r1.958
--- xterm.c     14 Sep 2007 04:11:26 -0000      1.957
+++ xterm.c     19 Sep 2007 10:02:13 -0000      1.958
@@ -6641,7 +6641,7 @@
       /* We may get an EnterNotify on the buttons in the toolbar.  In that
          case we moved out of any highlighted area and need to note this.  */
       if (!f && last_mouse_glyph_frame)
-        note_mouse_movement (last_mouse_glyph_frame, &event);
+        note_mouse_movement (last_mouse_glyph_frame, &event.xmotion);
 #endif
       goto OTHER;
 
@@ -6674,7 +6674,7 @@
 #ifdef USE_GTK
       /* See comment in EnterNotify above */
       else if (last_mouse_glyph_frame)
-        note_mouse_movement (last_mouse_glyph_frame, &event);
+        note_mouse_movement (last_mouse_glyph_frame, &event.xmotion);
 #endif
       goto OTHER;
 




reply via email to

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