(change_frame_size_1): Declare arg DELAY.
This commit is contained in:
parent
a2b27e7335
commit
a1d789d0f9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue