aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c3
1 files changed, 2 insertions, 1 deletions
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)
5973 } 5973 }
5974 5974
5975 adjust_glyphs (f); 5975 adjust_glyphs (f);
5976 SET_FRAME_GARBAGED (f);
5977 calculate_costs (f); 5976 calculate_costs (f);
5977 SET_FRAME_GARBAGED (f);
5978 f->resized_p = 1;
5978 5979
5979 UNBLOCK_INPUT; 5980 UNBLOCK_INPUT;
5980 5981