Mercurial > emacs
changeset 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 | 75213ceb4854 |
children | e2ab839155e1 |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)