changeset 34518:eedb5dec0918

(do_mouse_tracking): Make externally visible.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 13 Dec 2000 14:25:49 +0000
parents 7c8d2cec3d08
children 240333a58063
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Wed Dec 13 14:24:01 2000 +0000
+++ b/src/keyboard.c	Wed Dec 13 14:25:49 2000 +0000
@@ -523,7 +523,7 @@
 /* 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;