aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2002-02-16 23:56:41 +0000
committerKim F. Storm2002-02-16 23:56:41 +0000
commit11690c8e1bcd0b015ab6bdcd253132e398891485 (patch)
treed01b4101bce67d031d2bb6a64c5d15c114b698ce /src
parent663010611d7a551ae9c444ef47f37b057324a87b (diff)
downloademacs-11690c8e1bcd0b015ab6bdcd253132e398891485.tar.gz
emacs-11690c8e1bcd0b015ab6bdcd253132e398891485.zip
(struct display_info): Add mouse_face_hidden.
Diffstat (limited to 'src')
-rw-r--r--src/msdos.h3
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. */