diff options
| author | Jim Blandy | 1992-07-10 02:33:41 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-07-10 02:33:41 +0000 |
| commit | 06b1a5ef11625ecec550c540b4fbbe5730fac312 (patch) | |
| tree | e8cbb88de35f2befc7760890db6883093db88b1d /src/xterm.c | |
| parent | 79058860e129d648e6121ac1996dadf0128dc25a (diff) | |
| download | emacs-06b1a5ef11625ecec550c540b4fbbe5730fac312.tar.gz emacs-06b1a5ef11625ecec550c540b4fbbe5730fac312.zip | |
*** empty log message ***
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index 5261ed7158c..43f59d03ad2 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -3374,10 +3374,8 @@ 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 | ||
| 3378 | if (! EQ (Vx_no_window_manager, Qt)) | 3377 | if (! EQ (Vx_no_window_manager, Qt)) |
| 3379 | x_wm_set_window_state (s, NormalState); | 3378 | x_wm_set_window_state (s, NormalState); |
| 3380 | #endif | ||
| 3381 | 3379 | ||
| 3382 | XMapWindow (XDISPLAY s->display.x->window_desc); | 3380 | XMapWindow (XDISPLAY s->display.x->window_desc); |
| 3383 | if (s->display.x->v_scrollbar != 0 || s->display.x->h_scrollbar != 0) | 3381 | if (s->display.x->v_scrollbar != 0 || s->display.x->h_scrollbar != 0) |