(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;