Mercurial > emacs
changeset 83579:8244ea66b7a6
(display_menu_bar) [HAVE_NTGUI]: Check frame type.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 15 May 2007 23:06:27 +0000 |
parents | d7ab14bae858 |
children | a791f826b2cc |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Tue May 15 23:05:27 2007 +0000 +++ b/src/xdisp.c Tue May 15 23:06:27 2007 +0000 @@ -16466,7 +16466,7 @@ /* Don't do all this for graphical frames. */ #ifdef HAVE_NTGUI - if (!NILP (Vwindow_system)) + if (FRAME_W32_P (f)) return; #endif #if defined (USE_X_TOOLKIT) || defined (USE_GTK)