(change_frame_size_1): Declare arg DELAY.

This commit is contained in:
Karl Heuer 1995-05-25 15:08:28 +00:00
parent a2b27e7335
commit a1d789d0f9

View file

@ -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)