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