1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(change_frame_size_1): Set frame's resized_p.

This commit is contained in:
Gerd Moellmann 2001-10-30 16:59:41 +00:00
parent f1c69c6183
commit cb02fa39d4

View File

@ -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;