From: Kim F. Storm Date: Sat, 16 Feb 2002 23:54:42 +0000 (+0000) Subject: (struct x_display_info): Add mouse_face_hidden. X-Git-Tag: ttn-vms-21-2-B4~16614 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64421b63fc3cc61368eb03148411d35ae8df194f;p=emacs.git (struct x_display_info): Add mouse_face_hidden. --- 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 /* Nonzero means defer mouse-motion highlighting. */ int mouse_face_defer; + /* Nonzero means that the mouse highlight should not be shown. */ + int mouse_face_hidden; + int mouse_face_image_state; char *x_id_name;