diff options
| author | Dave Love | 1999-09-13 19:06:32 +0000 |
|---|---|---|
| committer | Dave Love | 1999-09-13 19:06:32 +0000 |
| commit | ea6b19cafa5dcbc5bbef5c4c2cf0585aa17a31e6 (patch) | |
| tree | b9477d80fb94036565c013544e0f03dd659f0903 /src | |
| parent | 526cfb19a75bd6bd04cf07cbefa1f3c201f5564d (diff) | |
| download | emacs-ea6b19cafa5dcbc5bbef5c4c2cf0585aa17a31e6.tar.gz emacs-ea6b19cafa5dcbc5bbef5c4c2cf0585aa17a31e6.zip | |
(x_put_x_image): Make type consistent with declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 77f3769dcd7..293e3660fac 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -6284,7 +6284,7 @@ x_destroy_x_image (ximg) | |||
| 6284 | /* Put XImage XIMG into pixmap PIXMAP on frame F. WIDTH and HEIGHT | 6284 | /* Put XImage XIMG into pixmap PIXMAP on frame F. WIDTH and HEIGHT |
| 6285 | are width and height of both the image and pixmap. */ | 6285 | are width and height of both the image and pixmap. */ |
| 6286 | 6286 | ||
| 6287 | void | 6287 | static void |
| 6288 | x_put_x_image (f, ximg, pixmap, width, height) | 6288 | x_put_x_image (f, ximg, pixmap, width, height) |
| 6289 | struct frame *f; | 6289 | struct frame *f; |
| 6290 | XImage *ximg; | 6290 | XImage *ximg; |