aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;