(change_frame_size_1): Declare arg DELAY.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 May 1995 15:08:28 +0000 (15:08 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 May 1995 15:08:28 +0000 (15:08 +0000)
src/dispnew.c

index 8f010f7..fa78c95 100644 (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)