Mercurial > emacs
changeset 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 | 3901ff3eaf2c |
children | 54a6e7ed953c |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Sun Nov 05 12:17:26 2006 +0000 +++ b/src/xdisp.c Sun Nov 05 12:18:21 2006 +0000 @@ -22636,7 +22636,7 @@ 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