diff options
author | Kim F. Storm <storm@cua.dk> | 2002-02-16 23:58:23 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-02-16 23:58:23 +0000 |
commit | f16c05f28c32b7d4481af21882856c7dd2e796b6 (patch) | |
tree | bd123d6c141fb67e4b16e77bbc3f55db9b52b294 /src/w32term.h | |
parent | abf10ed7000ee33f142acd3f97f338ecb9a3237e (diff) | |
download | emacs-f16c05f28c32b7d4481af21882856c7dd2e796b6.tar.gz |
(struct w32_display_info): Add mouse_face_hidden.
Diffstat (limited to 'src/w32term.h')
-rw-r--r-- | src/w32term.h | 3 |
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 /* 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 *w32_id_name; |