comparison src/dispnew.c @ 11914:b1a014bdd22c

(change_frame_size_1): Declare arg DELAY.
author Karl Heuer <kwzh@gnu.org>
date Thu, 25 May 1995 15:08:28 +0000
parents 343ec791e9be
children 31cb053405f2
comparison
equal deleted inserted replaced
11913:75213ceb4854 11914:b1a014bdd22c
2084 } 2084 }
2085 2085
2086 static void 2086 static void
2087 change_frame_size_1 (frame, newheight, newwidth, pretend, delay) 2087 change_frame_size_1 (frame, newheight, newwidth, pretend, delay)
2088 register FRAME_PTR frame; 2088 register FRAME_PTR frame;
2089 int newheight, newwidth, pretend; 2089 int newheight, newwidth, pretend, delay;
2090 { 2090 {
2091 /* If we can't deal with the change now, queue it for later. */ 2091 /* If we can't deal with the change now, queue it for later. */
2092 if (delay) 2092 if (delay)
2093 { 2093 {
2094 FRAME_NEW_HEIGHT (frame) = newheight; 2094 FRAME_NEW_HEIGHT (frame) = newheight;