summaryrefslogtreecommitdiff
path: root/src/msdos.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-02-16 23:56:41 +0000
committerKim F. Storm <storm@cua.dk>2002-02-16 23:56:41 +0000
commit11690c8e1bcd0b015ab6bdcd253132e398891485 (patch)
treed01b4101bce67d031d2bb6a64c5d15c114b698ce /src/msdos.h
parent663010611d7a551ae9c444ef47f37b057324a87b (diff)
downloademacs-11690c8e1bcd0b015ab6bdcd253132e398891485.tar.gz
(struct display_info): Add mouse_face_hidden.
Diffstat (limited to 'src/msdos.h')
-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
/* Nonzero means defer mouse-motion highlighting. */
int mouse_face_defer;
+
+ /* Nonzero means that the mouse highlight should not be shown. */
+ int mouse_face_hidden;
};
/* This is a cut-down version of the one in xterm.h, which see. */