1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 14:02:07 -08:00

(prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame

for all Windowed systems.
This commit is contained in:
Jason Rumney 2001-11-24 17:51:07 +00:00
parent 570d22b035
commit 86ffe5cd55

View file

@ -7271,7 +7271,7 @@ prepare_menu_bars ()
struct frame *f;
Lisp_Object tooltip_frame;
#ifdef HAVE_X_WINDOWS
#ifdef HAVE_WINDOW_SYSTEM
tooltip_frame = tip_frame;
#else
tooltip_frame = Qnil;