comparison src/xterm.c @ 7167:2fa74c48e4e5

(x_make_frame_visible): Use XtMapWidget, not XtPopup.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Apr 1994 07:46:27 +0000
parents 6c6a776a64e1
children c21fcad6f1f5
comparison
equal deleted inserted replaced
7166:4110118519d6 7167:2fa74c48e4e5
5387 x_set_offset (f, f->display.x->left_pos, f->display.x->top_pos, 0); 5387 x_set_offset (f, f->display.x->left_pos, f->display.x->top_pos, 0);
5388 5388
5389 if (! EQ (Vx_no_window_manager, Qt)) 5389 if (! EQ (Vx_no_window_manager, Qt))
5390 x_wm_set_window_state (f, NormalState); 5390 x_wm_set_window_state (f, NormalState);
5391 #ifdef USE_X_TOOLKIT 5391 #ifdef USE_X_TOOLKIT
5392 XtPopup (f->display.x->widget, XtGrabNone); 5392 /* This was XtPopup, but that did nothing for an iconified frame. */
5393 XtMapWidget (f->display.x->widget);
5393 #else /* not USE_X_TOOLKIT */ 5394 #else /* not USE_X_TOOLKIT */
5394 XMapWindow (XDISPLAY FRAME_X_WINDOW (f)); 5395 XMapWindow (XDISPLAY FRAME_X_WINDOW (f));
5395 #endif /* not USE_X_TOOLKIT */ 5396 #endif /* not USE_X_TOOLKIT */
5396 #if 0 /* This seems to bring back scroll bars in the wrong places 5397 #if 0 /* This seems to bring back scroll bars in the wrong places
5397 if the window configuration has changed. They seem 5398 if the window configuration has changed. They seem