]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct display_info): Add mouse_face_hidden.
authorKim F. Storm <storm@cua.dk>
Sat, 16 Feb 2002 23:56:41 +0000 (23:56 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 16 Feb 2002 23:56:41 +0000 (23:56 +0000)
src/msdos.h

index 7b48493a99d86913d7165ac56242b4c11bba9070..a0e33a69fe504550189b24d8714d987a1167a904 100644 (file)
@@ -80,6 +80,9 @@ struct display_info
 
   /* 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.  */