diff options
| author | Kim F. Storm | 2002-02-16 23:54:42 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-02-16 23:54:42 +0000 |
| commit | 64421b63fc3cc61368eb03148411d35ae8df194f (patch) | |
| tree | 9a103b66188fb40b07a6ae6ad44dd82378f0be3a /src | |
| parent | 0349c9af7560be390a791250ead791953408537f (diff) | |
| download | emacs-64421b63fc3cc61368eb03148411d35ae8df194f.tar.gz emacs-64421b63fc3cc61368eb03148411d35ae8df194f.zip | |
(struct x_display_info): Add mouse_face_hidden.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 3 |
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; |