diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 42c579f5cbb..da2c0e7c7a0 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -16466,7 +16466,7 @@ display_menu_bar (w) | |||
| 16466 | 16466 | ||
| 16467 | /* Don't do all this for graphical frames. */ | 16467 | /* Don't do all this for graphical frames. */ |
| 16468 | #ifdef HAVE_NTGUI | 16468 | #ifdef HAVE_NTGUI |
| 16469 | if (!NILP (Vwindow_system)) | 16469 | if (FRAME_W32_P (f)) |
| 16470 | return; | 16470 | return; |
| 16471 | #endif | 16471 | #endif |
| 16472 | #if defined (USE_X_TOOLKIT) || defined (USE_GTK) | 16472 | #if defined (USE_X_TOOLKIT) || defined (USE_GTK) |