summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-25 15:08:28 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-25 15:08:28 +0000
commit5cbcda9c4f15402db9889e87dc2ca59017c58bba (patch)
tree7baaaf6de7f6791cc41d1771d076e5625f11a786 /src/dispnew.c
parent80ff4701f37383306f552da37d6b57e89b2d41b3 (diff)
downloademacs-5cbcda9c4f15402db9889e87dc2ca59017c58bba.tar.gz
(change_frame_size_1): Declare arg DELAY.
Diffstat (limited to 'src/dispnew.c')
-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)
static void
change_frame_size_1 (frame, newheight, newwidth, pretend, delay)
register FRAME_PTR frame;
- int newheight, newwidth, pretend;
+ int newheight, newwidth, pretend, delay;
{
/* If we can't deal with the change now, queue it for later. */
if (delay)