diff src/globals.h @ 227:ef254e0f2365

updated for version 7.0063
author vimboss
date Tue, 22 Mar 2005 23:03:44 +0000
parents 7fd4b5df33be
children 9281a51ca7a2
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -362,7 +362,7 @@ EXTERN int	mouse_dragging INIT(= 0);	/* 
  * When the DEC mouse has been pressed but not yet released we enable
  * automatic querys for the mouse position.
  */
-EXTERN int	WantQueryMouse INIT(= 0);
+EXTERN int	WantQueryMouse INIT(= FALSE);
 # endif
 
 # ifdef FEAT_GUI