# HG changeset patch # User Karl Heuer # Date 801414508 0 # Node ID b1a014bdd22ccee50d9855c249a84ca93365a1c1 # Parent 75213ceb4854eecbc6d97334786ea011a9b24e51 (change_frame_size_1): Declare arg DELAY. diff -r 75213ceb4854 -r b1a014bdd22c src/dispnew.c --- a/src/dispnew.c Thu May 25 15:05:41 1995 +0000 +++ b/src/dispnew.c Thu May 25 15:08:28 1995 +0000 @@ -2086,7 +2086,7 @@ 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)