diff src/xterm.h @ 43368:578ba74970b1

(struct x_display_info): Add mouse_face_hidden.
author Kim F. Storm <storm@cua.dk>
date Sat, 16 Feb 2002 23:54:42 +0000
parents 4fec5d1a39fa
children 2e4c66e516bc
line wrap: on
line diff
--- a/src/xterm.h	Sat Feb 16 23:54:04 2002 +0000
+++ b/src/xterm.h	Sat Feb 16 23:54:42 2002 +0000
@@ -223,6 +223,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;
+
   int mouse_face_image_state;
 
   char *x_id_name;