aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index abf7a824ee8..946b94734ad 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -223,6 +223,9 @@ struct x_display_info
223 /* Nonzero means defer mouse-motion highlighting. */ 223 /* Nonzero means defer mouse-motion highlighting. */
224 int mouse_face_defer; 224 int mouse_face_defer;
225 225
226 /* Nonzero means that the mouse highlight should not be shown. */
227 int mouse_face_hidden;
228
226 int mouse_face_image_state; 229 int mouse_face_image_state;
227 230
228 char *x_id_name; 231 char *x_id_name;