From: Dave Love Date: Thu, 14 Nov 2002 14:20:13 +0000 (+0000) Subject: (x_put_x_image): X-Git-Tag: ttn-vms-21-2-B4~12447 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=caeea55a85d62d1f054784fde2384abac262d514;p=emacs.git (x_put_x_image): Declare all args (per C99). --- diff --git a/src/xfns.c b/src/xfns.c index 1af4921e1c6..d8a41b5d537 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -6587,6 +6587,7 @@ x_put_x_image (f, ximg, pixmap, width, height) struct frame *f; XImage *ximg; Pixmap pixmap; + int width, height; { GC gc;