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:
parent
570d22b035
commit
86ffe5cd55
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue