aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2006-11-05 12:18:21 +0000
committerEli Zaretskii2006-11-05 12:18:21 +0000
commit5221ea0b4cc0ab4f026fa4eb230e3976ac2ab9d4 (patch)
tree408bb1a5bf238d72a59d3996fa5c4f6b8c675e1c /src
parente5d3d18d5cc97a0884839d7f15f141e2db8cc21d (diff)
downloademacs-5221ea0b4cc0ab4f026fa4eb230e3976ac2ab9d4.tar.gz
emacs-5221ea0b4cc0ab4f026fa4eb230e3976ac2ab9d4.zip
(note_mouse_highlight) [HAVE_NTGUI]: Don't bother to check popup_activated.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index b85fdb4d71e..8dc34b776c4 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -22636,7 +22636,7 @@ note_mouse_highlight (f, x, y)
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