changeset 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 493438ba5e2c
children 263456abbeb0
files src/msdos.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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.  */