2001-01-26 Gerd Moellmann <gerd@gnu.org>
+ * frame.c (do_switch_frame): If selected frame has a mini-window,
+ resize that to exact size.
+
* dispnew.c (adjust_glyph_matrix): Always clear desired matrices.
* xdisp.c (display_line): Simplify check for glyphs fitting
* xfns.c (xic_style): New variable.
(create_frame_xic): Move static variable to global scope for
- the case that `static' get's defined away.
+ the case that `static' gets defined away.
2001-01-26 Kenichi Handa <handa@etl.go.jp>
#endif /* HAVE_X_WINDOWS */
#endif /* ! 0 */
+ if (FRAME_HAS_MINIBUF_P (sf))
+ resize_mini_window (XWINDOW (FRAME_MINIBUF_WINDOW (sf)), 1);
+
selected_frame = frame;
if (! FRAME_MINIBUF_ONLY_P (XFRAME (selected_frame)))
last_nonminibuf_frame = XFRAME (selected_frame);