1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

(Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.

This commit is contained in:
Eli Zaretskii 2009-11-13 10:09:05 +00:00
parent 8afcfab370
commit dc92c039bc

View File

@ -1286,8 +1286,10 @@ no quit occurs and `x-popup-menu' returns nil. */)
unbind_to (specpdl_count, Qnil);
#ifdef HAVE_MENUS
#ifdef HAVE_WINDOW_SYSTEM
/* Hide a previous tip, if any. */
Fx_hide_tip ();
#endif
#ifdef HAVE_NTGUI /* FIXME: Is it really w32-specific? --Stef */
/* If resources from a previous popup menu still exist, does nothing