From: Gerd Moellmann Date: Tue, 30 Oct 2001 16:59:41 +0000 (+0000) Subject: (change_frame_size_1): Set frame's resized_p. X-Git-Tag: ttn-vms-21-2-B4~18996 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb02fa39d4c489f805c6ebac6e07fd08d0acd4da;p=emacs.git (change_frame_size_1): Set frame's resized_p. --- diff --git a/src/dispnew.c b/src/dispnew.c index 879f2cafbef..f5324b10818 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -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;