aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2002-02-16 23:58:23 +0000
committerKim F. Storm2002-02-16 23:58:23 +0000
commitf16c05f28c32b7d4481af21882856c7dd2e796b6 (patch)
treebd123d6c141fb67e4b16e77bbc3f55db9b52b294 /src
parentabf10ed7000ee33f142acd3f97f338ecb9a3237e (diff)
downloademacs-f16c05f28c32b7d4481af21882856c7dd2e796b6.tar.gz
emacs-f16c05f28c32b7d4481af21882856c7dd2e796b6.zip
(struct w32_display_info): Add mouse_face_hidden.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 8f7411cb737..dee495de0cd 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -195,6 +195,9 @@ struct w32_display_info
195 /* Nonzero means defer mouse-motion highlighting. */ 195 /* Nonzero means defer mouse-motion highlighting. */
196 int mouse_face_defer; 196 int mouse_face_defer;
197 197
198 /* Nonzero means that the mouse highlight should not be shown. */
199 int mouse_face_hidden;
200
198 int mouse_face_image_state; 201 int mouse_face_image_state;
199 202
200 char *w32_id_name; 203 char *w32_id_name;