diff src/msdos.h @ 43370:9a4630ba3eae

(struct display_info): Add mouse_face_hidden.
author Kim F. Storm <storm@cua.dk>
date Sat, 16 Feb 2002 23:56:41 +0000
parents db6f2f5c4fa7
children 1ba638ccab28 d7ddb3e565de
line wrap: on
line diff
--- a/src/msdos.h	Sat Feb 16 23:55:57 2002 +0000
+++ b/src/msdos.h	Sat Feb 16 23:56:41 2002 +0000
@@ -80,6 +80,9 @@
 
   /* Nonzero means defer mouse-motion highlighting.  */
   int mouse_face_defer;
+
+  /* Nonzero means that the mouse highlight should not be shown.  */
+  int mouse_face_hidden;
 };
 
 /* This is a cut-down version of the one in xterm.h, which see.  */