]> git.eshelyaron.com Git - emacs.git/commitdiff
(display_menu_bar) [HAVE_NTGUI]: Enable the display of
authorKarl Heuer <kwzh@gnu.org>
Fri, 17 May 1996 21:13:14 +0000 (21:13 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 17 May 1996 21:13:14 +0000 (21:13 +0000)
menus in --no-window mode on NT.

src/xdisp.c

index e2d75f6ee2b204416e2c7ea193f760c3ebe994cd..ed7de057d98de6b22b4dc839850fc0ccdc9b6cc3 100644 (file)
@@ -3251,7 +3251,8 @@ display_menu_bar (w)
   int i;
 
 #ifdef HAVE_NTGUI
-  return;
+  if (!NILP (Vwindow_system))
+    return;
 #endif
 
 #ifdef USE_X_TOOLKIT