]> git.eshelyaron.com Git - emacs.git/commitdiff
(do_mouse_tracking): Make externally visible.
authorGerd Moellmann <gerd@gnu.org>
Wed, 13 Dec 2000 14:27:09 +0000 (14:27 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 13 Dec 2000 14:27:09 +0000 (14:27 +0000)
src/ChangeLog
src/keyboard.c

index 7dc51cd46f9cb5829d1c910938fba3dc48543cb1..3fdaf7b259c0498e362fc8aa7634010314961718 100644 (file)
@@ -7,6 +7,12 @@
 
 2000-12-13  Gerd Moellmann  <gerd@gnu.org>
 
+       * dispnew.c (update_window): If do_mouse_tracking is non-nil,
+       don't interrupt the update for pending input initially, i.e.
+       update at least some lines.
+
+       * keyboard.c (do_mouse_tracking): Make externally visible.
+       
        * xterm.c (x_term_init): Declare gray_bitmap_bits as `extern char *'.
 
        * xfns.c (gray_bitmap_bits): Declare `char *'.
index 13b93fb390ee383e4f77137a6e7e771700f8c47a..ae7ad55da383e5bad442fb3c5ff0c77d9fa3eb1c 100644 (file)
@@ -523,7 +523,7 @@ static struct input_event * volatile kbd_store_ptr;
 /* If this flag is non-nil, we check mouse_moved to see when the
    mouse moves, and motion events will appear in the input stream.
    Otherwise, mouse motion is ignored.  */
-static Lisp_Object do_mouse_tracking;
+Lisp_Object do_mouse_tracking;
 
 /* Symbols to head events.  */
 Lisp_Object Qmouse_movement;