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: Sun, 23 Oct 2005 17:12:34 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.885 emacs/src/xterm.c:1.886
*** emacs/src/xterm.c:1.885     Thu Oct 20 15:04:13 2005
--- emacs/src/xterm.c   Sun Oct 23 21:12:34 2005
***************
*** 3599,3613 ****
        return 1;
      }
  
    /* Has the mouse moved off the glyph it was on at the last sighting?  */
    if (event->x < last_mouse_glyph.x
!          || event->x >= last_mouse_glyph.x + last_mouse_glyph.width
!          || event->y < last_mouse_glyph.y
!          || event->y >= last_mouse_glyph.y + last_mouse_glyph.height)
      {
        frame->mouse_moved = 1;
        last_mouse_scroll_bar = Qnil;
-       note_mouse_highlight (frame, event->x, event->y);
        /* Remember which glyph we're now on.  */
        remember_mouse_glyph (frame, event->x, event->y, &last_mouse_glyph);
        return 1;
--- 3599,3614 ----
        return 1;
      }
  
+   note_mouse_highlight (frame, event->x, event->y);
+ 
    /* Has the mouse moved off the glyph it was on at the last sighting?  */
    if (event->x < last_mouse_glyph.x
!       || event->x >= last_mouse_glyph.x + last_mouse_glyph.width
!       || event->y < last_mouse_glyph.y
!       || event->y >= last_mouse_glyph.y + last_mouse_glyph.height)
      {
        frame->mouse_moved = 1;
        last_mouse_scroll_bar = Qnil;
        /* Remember which glyph we're now on.  */
        remember_mouse_glyph (frame, event->x, event->y, &last_mouse_glyph);
        return 1;




reply via email to

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