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