]> git.eshelyaron.com Git - emacs.git/commitdiff
(change_frame_size_1): Set frame's resized_p.
authorGerd Moellmann <gerd@gnu.org>
Tue, 30 Oct 2001 16:59:41 +0000 (16:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 30 Oct 2001 16:59:41 +0000 (16:59 +0000)
src/dispnew.c

index 879f2cafbef1e127795f7bc6401019322e0ea133..f5324b108187f7a15a57569f0a8006c9e751acc2 100644 (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;