aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2001-11-24 17:51:07 +0000
committerJason Rumney2001-11-24 17:51:07 +0000
commit86ffe5cd55b110b3d0845e1a6c2bd66db7fc5c4c (patch)
treed31bab712b6f6a4b329eaf05ea3f67192aa6b4cd /src
parent570d22b035a3da4e34f8a6445d83aa4e929dcc9b (diff)
downloademacs-86ffe5cd55b110b3d0845e1a6c2bd66db7fc5c4c.tar.gz
emacs-86ffe5cd55b110b3d0845e1a6c2bd66db7fc5c4c.zip
(prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
for all Windowed systems.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index d2ebae8f006..f178f692e9b 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -7271,7 +7271,7 @@ prepare_menu_bars ()
7271 struct frame *f; 7271 struct frame *f;
7272 Lisp_Object tooltip_frame; 7272 Lisp_Object tooltip_frame;
7273 7273
7274#ifdef HAVE_X_WINDOWS 7274#ifdef HAVE_WINDOW_SYSTEM
7275 tooltip_frame = tip_frame; 7275 tooltip_frame = tip_frame;
7276#else 7276#else
7277 tooltip_frame = Qnil; 7277 tooltip_frame = Qnil;