diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 43f59d03ad2..5261ed7158c 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -3374,8 +3374,10 @@ x_make_screen_visible (s) | |||
| 3374 | if (! SCREEN_VISIBLE_P (s)) | 3374 | if (! SCREEN_VISIBLE_P (s)) |
| 3375 | { | 3375 | { |
| 3376 | #ifdef HAVE_X11 | 3376 | #ifdef HAVE_X11 |
| 3377 | #if 0 | ||
| 3377 | if (! EQ (Vx_no_window_manager, Qt)) | 3378 | if (! EQ (Vx_no_window_manager, Qt)) |
| 3378 | x_wm_set_window_state (s, NormalState); | 3379 | x_wm_set_window_state (s, NormalState); |
| 3380 | #endif | ||
| 3379 | 3381 | ||
| 3380 | XMapWindow (XDISPLAY s->display.x->window_desc); | 3382 | XMapWindow (XDISPLAY s->display.x->window_desc); |
| 3381 | if (s->display.x->v_scrollbar != 0 || s->display.x->h_scrollbar != 0) | 3383 | if (s->display.x->v_scrollbar != 0 || s->display.x->h_scrollbar != 0) |