From: Jason Rumney Date: Sat, 24 Nov 2001 17:51:07 +0000 (+0000) Subject: (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame X-Git-Tag: ttn-vms-21-2-B4~18227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86ffe5cd55b110b3d0845e1a6c2bd66db7fc5c4c;p=emacs.git (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame for all Windowed systems. --- 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 () struct frame *f; Lisp_Object tooltip_frame; -#ifdef HAVE_X_WINDOWS +#ifdef HAVE_WINDOW_SYSTEM tooltip_frame = tip_frame; #else tooltip_frame = Qnil;