# HG changeset patch # User Dave Love # Date 937249592 0 # Node ID 815efc48a80b8169ab180da485e0eb0255da4004 # Parent 0e71134aaba2fd63d8cb699f2f512899ca4abf2b (x_put_x_image): Make type consistent with declaration. diff -r 0e71134aaba2 -r 815efc48a80b src/xfns.c --- a/src/xfns.c Mon Sep 13 19:03:19 1999 +0000 +++ b/src/xfns.c Mon Sep 13 19:06:32 1999 +0000 @@ -6284,7 +6284,7 @@ /* 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;