From a1d789d0f966b6fc95e7b53b3b3f177e9d59134f Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 25 May 1995 15:08:28 +0000 Subject: [PATCH] (change_frame_size_1): Declare arg DELAY. --- src/dispnew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2