Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
550f0e6a
Commit
550f0e6a
authored
Jan 26, 2001
by
Gerd Moellmann
Browse files
(do_switch_frame): If selected frame has a mini-window,
resize that to exact size.
parent
b7b20fbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+4
-1
src/frame.c
src/frame.c
+3
-0
No files found.
src/ChangeLog
View file @
550f0e6a
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
...
...
@@ -7,7 +10,7 @@
* 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>
...
...
src/frame.c
View file @
550f0e6a
...
...
@@ -620,6 +620,9 @@ do_switch_frame (frame, no_enter, track)
#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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment