aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 8f010f7795b..fa78c95d50c 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -2086,7 +2086,7 @@ change_frame_size (f, newheight, newwidth, pretend, delay)
2086static void 2086static void
2087change_frame_size_1 (frame, newheight, newwidth, pretend, delay) 2087change_frame_size_1 (frame, newheight, newwidth, pretend, delay)
2088 register FRAME_PTR frame; 2088 register FRAME_PTR frame;
2089 int newheight, newwidth, pretend; 2089 int newheight, newwidth, pretend, delay;
2090{ 2090{
2091 /* If we can't deal with the change now, queue it for later. */ 2091 /* If we can't deal with the change now, queue it for later. */
2092 if (delay) 2092 if (delay)