]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_put_x_image): Make type consistent with declaration.
authorDave Love <fx@gnu.org>
Mon, 13 Sep 1999 19:06:32 +0000 (19:06 +0000)
committerDave Love <fx@gnu.org>
Mon, 13 Sep 1999 19:06:32 +0000 (19:06 +0000)
src/xfns.c

index 77f3769dcd717da2d6e78c19a820db919248d285..293e3660fac015d3010fb01079b2e1461668a679 100644 (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;