]> git.eshelyaron.com Git - emacs.git/commitdiff
(note_mouse_highlight) [HAVE_NTGUI]: Don't bother to check popup_activated.
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Nov 2006 12:18:21 +0000 (12:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 5 Nov 2006 12:18:21 +0000 (12:18 +0000)
src/xdisp.c

index b85fdb4d71e0ed814135b5f4612edb9864ad2f73..8dc34b776c4010a1383c32f5765584a9ea0fffb8 100644 (file)
@@ -22636,7 +22636,7 @@ note_mouse_highlight (f, x, y)
   struct buffer *b;
 
   /* When a menu is active, don't highlight because this looks odd.  */
-#if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (HAVE_NTGUI)
+#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
   if (popup_activated ())
     return;
 #endif