]> 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 17:03:50 +0000 (17:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 30 Oct 2001 17:03:50 +0000 (17:03 +0000)
src/dispnew.c

index 52af62aee340ba1977334b8a5e9c8e484ac553b1..6a161c424ce536d40b58883331a9d79bb028e903 100644 (file)
@@ -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;