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

index abf7a824ee80ce69cd092d88780c5578dafccb81..946b94734ad05ddca695098766320978c449fa3b 100644 (file)
@@ -223,6 +223,9 @@ struct x_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;
+
   int mouse_face_image_state;
 
   char *x_id_name;