mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 09:00:31 -08:00
(change_frame_size_1): Set frame's resized_p.
This commit is contained in:
parent
f1c69c6183
commit
cb02fa39d4
1 changed files with 2 additions and 1 deletions
|
|
@ -5973,8 +5973,9 @@ change_frame_size_1 (f, newheight, newwidth, pretend, delay, safe)
|
|||
}
|
||||
|
||||
adjust_glyphs (f);
|
||||
SET_FRAME_GARBAGED (f);
|
||||
calculate_costs (f);
|
||||
SET_FRAME_GARBAGED (f);
|
||||
f->resized_p = 1;
|
||||
|
||||
UNBLOCK_INPUT;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue