From: Kim F. Storm Date: Sat, 16 Feb 2002 23:58:23 +0000 (+0000) Subject: (struct w32_display_info): Add mouse_face_hidden. X-Git-Tag: ttn-vms-21-2-B4~16610 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f16c05f28c32b7d4481af21882856c7dd2e796b6;p=emacs.git (struct w32_display_info): Add mouse_face_hidden. --- diff --git a/src/w32term.h b/src/w32term.h index 8f7411cb737..dee495de0cd 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -195,6 +195,9 @@ struct w32_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 *w32_id_name;