changeset 15245:4bfe3c580496

(display_menu_bar) [HAVE_NTGUI]: Enable the display of menus in --no-window mode on NT.
author Karl Heuer <kwzh@gnu.org>
date Fri, 17 May 1996 21:13:14 +0000
parents be4d30237fe6
children ba353653c03a
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Fri May 17 21:02:41 1996 +0000
+++ b/src/xdisp.c	Fri May 17 21:13:14 1996 +0000
@@ -3251,7 +3251,8 @@
   int i;
 
 #ifdef HAVE_NTGUI
-  return;
+  if (!NILP (Vwindow_system))
+    return;
 #endif
 
 #ifdef USE_X_TOOLKIT