From: Kim F. Storm Date: Sat, 16 Feb 2002 23:56:41 +0000 (+0000) Subject: (struct display_info): Add mouse_face_hidden. X-Git-Tag: ttn-vms-21-2-B4~16612 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11690c8e1bcd0b015ab6bdcd253132e398891485;p=emacs.git (struct display_info): Add mouse_face_hidden. --- 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. */