From: Dave Love Date: Tue, 30 Jul 2002 11:38:20 +0000 (+0000) Subject: (x_put_x_image): Declare args. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~491 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c11dc00b09745a061b3a5b79e90abf037a280b46;p=emacs.git (x_put_x_image): Declare args. --- diff --git a/src/xfns.c b/src/xfns.c index 2e5685b4acd..51acdec4044 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -6598,6 +6598,7 @@ x_put_x_image (f, ximg, pixmap, width, height) struct frame *f; XImage *ximg; Pixmap pixmap; + int width, height; { GC gc;