diff options
| author | Kim F. Storm | 2002-02-16 23:56:41 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-02-16 23:56:41 +0000 |
| commit | 11690c8e1bcd0b015ab6bdcd253132e398891485 (patch) | |
| tree | d01b4101bce67d031d2bb6a64c5d15c114b698ce /src | |
| parent | 663010611d7a551ae9c444ef47f37b057324a87b (diff) | |
| download | emacs-11690c8e1bcd0b015ab6bdcd253132e398891485.tar.gz emacs-11690c8e1bcd0b015ab6bdcd253132e398891485.zip | |
(struct display_info): Add mouse_face_hidden.
Diffstat (limited to 'src')
| -rw-r--r-- | src/msdos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/msdos.h b/src/msdos.h index 7b48493a99d..a0e33a69fe5 100644 --- a/src/msdos.h +++ b/src/msdos.h | |||
| @@ -80,6 +80,9 @@ struct display_info | |||
| 80 | 80 | ||
| 81 | /* Nonzero means defer mouse-motion highlighting. */ | 81 | /* Nonzero means defer mouse-motion highlighting. */ |
| 82 | int mouse_face_defer; | 82 | int mouse_face_defer; |
| 83 | |||
| 84 | /* Nonzero means that the mouse highlight should not be shown. */ | ||
| 85 | int mouse_face_hidden; | ||
| 83 | }; | 86 | }; |
| 84 | 87 | ||
| 85 | /* This is a cut-down version of the one in xterm.h, which see. */ | 88 | /* This is a cut-down version of the one in xterm.h, which see. */ |