aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2006-11-05 12:18:21 +0000
committerEli Zaretskii <[email protected]>2006-11-05 12:18:21 +0000
commit5221ea0b4cc0ab4f026fa4eb230e3976ac2ab9d4 (patch)
tree408bb1a5bf238d72a59d3996fa5c4f6b8c675e1c /src
parente5d3d18d5cc97a0884839d7f15f141e2db8cc21d (diff)
(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 b85fdb4d71..8dc34b776c 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -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