1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(x_put_x_image): Make type consistent with declaration.

This commit is contained in:
Dave Love 1999-09-13 19:06:32 +00:00
parent 526cfb19a7
commit ea6b19cafa

View File

@ -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;