From caeea55a85d62d1f054784fde2384abac262d514 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 14 Nov 2002 14:20:13 +0000 Subject: [PATCH] (x_put_x_image): Declare all args (per C99). --- src/xfns.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2