aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-05-25 15:08:28 +0000
committerKarl Heuer1995-05-25 15:08:28 +0000
commita1d789d0f966b6fc95e7b53b3b3f177e9d59134f (patch)
tree3c8023123dd7115d631d13a19c3c698d866d90cc /src
parenta2b27e73353820c6d5410a72d1d4f55051f0936e (diff)
downloademacs-a1d789d0f966b6fc95e7b53b3b3f177e9d59134f.tar.gz
emacs-a1d789d0f966b6fc95e7b53b3b3f177e9d59134f.zip
(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 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)