From: Karl Heuer Date: Thu, 25 May 1995 15:08:28 +0000 (+0000) Subject: (change_frame_size_1): Declare arg DELAY. X-Git-Tag: emacs-19.34~3944 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1d789d0f966b6fc95e7b53b3b3f177e9d59134f;p=emacs.git (change_frame_size_1): Declare arg DELAY. --- 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)