From: Gerd Moellmann Date: Tue, 30 Oct 2001 17:03:50 +0000 (+0000) Subject: (change_frame_size_1): Set frame's resized_p. X-Git-Tag: emacs-21.2~406 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4f7ad98687eb4d013b3e6d7d2fbba42bc5a65b6;p=emacs.git (change_frame_size_1): Set frame's resized_p. --- diff --git a/src/dispnew.c b/src/dispnew.c index 52af62aee34..6a161c424ce 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -6025,8 +6025,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;