aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-05-25 15:08:28 +0000
committerKarl Heuer <[email protected]>1995-05-25 15:08:28 +0000
commita1d789d0f966b6fc95e7b53b3b3f177e9d59134f (patch)
tree3c8023123dd7115d631d13a19c3c698d866d90cc /src
parenta2b27e73353820c6d5410a72d1d4f55051f0936e (diff)
(change_frame_size_1): Declare arg DELAY.
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 8f010f7795..fa78c95d50 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)