diff options
| author | Karl Heuer | 1995-05-25 15:08:28 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-05-25 15:08:28 +0000 |
| commit | a1d789d0f966b6fc95e7b53b3b3f177e9d59134f (patch) | |
| tree | 3c8023123dd7115d631d13a19c3c698d866d90cc /src | |
| parent | a2b27e73353820c6d5410a72d1d4f55051f0936e (diff) | |
| download | emacs-a1d789d0f966b6fc95e7b53b3b3f177e9d59134f.tar.gz emacs-a1d789d0f966b6fc95e7b53b3b3f177e9d59134f.zip | |
(change_frame_size_1): Declare arg DELAY.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 8f010f7795b..fa78c95d50c 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -2086,7 +2086,7 @@ change_frame_size (f, newheight, newwidth, pretend, delay) | |||
| 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) |