Mercurial > emacs
changeset 25691:815efc48a80b
(x_put_x_image): Make type consistent with declaration.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 13 Sep 1999 19:06:32 +0000 |
parents | 0e71134aaba2 |
children | 121bd925411f |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;