# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1174205217 0 # Node ID a06d7221f4cd4a08fc00e7a42632754da0aae854 # Parent 12069a3166149226c0a07aa92ff78c506aa7657e (redisplay_internal, note_mouse_highlight): Check popup_activated for MAC_OS. diff -r 12069a316614 -r a06d7221f4cd src/xdisp.c --- a/src/xdisp.c Sun Mar 18 08:06:38 2007 +0000 +++ b/src/xdisp.c Sun Mar 18 08:06:57 2007 +0000 @@ -10872,7 +10872,7 @@ return; } -#if defined (USE_X_TOOLKIT) || defined (USE_GTK) +#if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (MAC_OS) if (popup_activated ()) return; #endif @@ -22672,7 +22672,7 @@ struct buffer *b; /* When a menu is active, don't highlight because this looks odd. */ -#if defined (USE_X_TOOLKIT) || defined (USE_GTK) +#if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (MAC_OS) if (popup_activated ()) return; #endif