mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
(change_frame_size_1): Set frame's resized_p.
This commit is contained in:
parent
f1c69c6183
commit
cb02fa39d4
@ -5973,8 +5973,9 @@ change_frame_size_1 (f, newheight, newwidth, pretend, delay, safe)
|
|||||||
}
|
}
|
||||||
|
|
||||||
adjust_glyphs (f);
|
adjust_glyphs (f);
|
||||||
SET_FRAME_GARBAGED (f);
|
|
||||||
calculate_costs (f);
|
calculate_costs (f);
|
||||||
|
SET_FRAME_GARBAGED (f);
|
||||||
|
f->resized_p = 1;
|
||||||
|
|
||||||
UNBLOCK_INPUT;
|
UNBLOCK_INPUT;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user