From: Dave Love Date: Mon, 13 Sep 1999 19:06:32 +0000 (+0000) Subject: (x_put_x_image): Make type consistent with declaration. X-Git-Tag: emacs-pretest-21.0.90~6751 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea6b19cafa5dcbc5bbef5c4c2cf0585aa17a31e6;p=emacs.git (x_put_x_image): Make type consistent with declaration. --- 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) /* Put XImage XIMG into pixmap PIXMAP on frame F. WIDTH and HEIGHT are width and height of both the image and pixmap. */ -void +static void x_put_x_image (f, ximg, pixmap, width, height) struct frame *f; XImage *ximg;