comparison src/xdisp.c @ 73696:b55c133a59f9

(note_mouse_highlight) [HAVE_NTGUI]: Don't bother to check popup_activated.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 05 Nov 2006 12:18:21 +0000
parents 0c7cbc22f015
children 8eceefbbcde7 02cf29720f31
comparison
equal deleted inserted replaced
73695:3901ff3eaf2c 73696:b55c133a59f9
22634 Cursor cursor = No_Cursor; 22634 Cursor cursor = No_Cursor;
22635 Lisp_Object pointer = Qnil; /* Takes precedence over cursor! */ 22635 Lisp_Object pointer = Qnil; /* Takes precedence over cursor! */
22636 struct buffer *b; 22636 struct buffer *b;
22637 22637
22638 /* When a menu is active, don't highlight because this looks odd. */ 22638 /* When a menu is active, don't highlight because this looks odd. */
22639 #if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (HAVE_NTGUI) 22639 #if defined (USE_X_TOOLKIT) || defined (USE_GTK)
22640 if (popup_activated ()) 22640 if (popup_activated ())
22641 return; 22641 return;
22642 #endif 22642 #endif
22643 22643
22644 if (NILP (Vmouse_highlight) 22644 if (NILP (Vmouse_highlight)