emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100600: * dispnew.c (scrolling_wi


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100600: * dispnew.c (scrolling_window): Before scrolling, turn off a mouse-highlight in the window being scrolled.
Date: Sat, 18 Jun 2011 09:37:38 +0900
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100600
committer: YAMAMOTO Mitsuharu <address@hidden>
branch nick: emacs-23
timestamp: Sat 2011-06-18 09:37:38 +0900
message:
  * dispnew.c (scrolling_window): Before scrolling, turn off a mouse-highlight 
in the window being scrolled.
modified:
  src/ChangeLog
  src/dispnew.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-06-17 06:54:08 +0000
+++ b/src/ChangeLog     2011-06-18 00:37:38 +0000
@@ -1,3 +1,8 @@
+2011-06-18  YAMAMOTO Mitsuharu  <address@hidden>
+
+       * dispnew.c (scrolling_window): Before scrolling, turn off a
+       mouse-highlight in the window being scrolled.
+
 2011-06-16  Paul Eggert  <address@hidden>
 
        * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.  (Bug#8839)

=== modified file 'src/dispnew.c'
--- a/src/dispnew.c     2011-05-25 03:06:05 +0000
+++ b/src/dispnew.c     2011-06-18 00:37:38 +0000
@@ -5206,6 +5206,7 @@
        /* Copy on the display.  */
        if (r->current_y != r->desired_y)
          {
+           rif->clear_window_mouse_face (w);
            rif->scroll_run_hook (w, r);
 
            /* Invalidate runs that copy from where we copied to.  */


reply via email to

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