From 5221ea0b4cc0ab4f026fa4eb230e3976ac2ab9d4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 5 Nov 2006 12:18:21 +0000 Subject: [PATCH] (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to check popup_activated. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) 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 -- 2.39.2