aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love1999-09-13 19:06:32 +0000
committerDave Love1999-09-13 19:06:32 +0000
commitea6b19cafa5dcbc5bbef5c4c2cf0585aa17a31e6 (patch)
treeb9477d80fb94036565c013544e0f03dd659f0903 /src
parent526cfb19a75bd6bd04cf07cbefa1f3c201f5564d (diff)
downloademacs-ea6b19cafa5dcbc5bbef5c4c2cf0585aa17a31e6.tar.gz
emacs-ea6b19cafa5dcbc5bbef5c4c2cf0585aa17a31e6.zip
(x_put_x_image): Make type consistent with declaration.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
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
6287void 6287static void
6288x_put_x_image (f, ximg, pixmap, width, height) 6288x_put_x_image (f, ximg, pixmap, width, height)
6289 struct frame *f; 6289 struct frame *f;
6290 XImage *ximg; 6290 XImage *ximg;