aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-11-14 14:20:13 +0000
committerDave Love2002-11-14 14:20:13 +0000
commitcaeea55a85d62d1f054784fde2384abac262d514 (patch)
tree32e00cc31b1aaa53e74679e462ede61ce916b4b7
parente3383b6f3ce8bf065269e794850dd1f75f1eadfa (diff)
downloademacs-caeea55a85d62d1f054784fde2384abac262d514.tar.gz
emacs-caeea55a85d62d1f054784fde2384abac262d514.zip
(x_put_x_image):
Declare all args (per C99).
-rw-r--r--src/xfns.c1
1 files changed, 1 insertions, 0 deletions
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)
6587 struct frame *f; 6587 struct frame *f;
6588 XImage *ximg; 6588 XImage *ximg;
6589 Pixmap pixmap; 6589 Pixmap pixmap;
6590 int width, height;
6590{ 6591{
6591 GC gc; 6592 GC gc;
6592 6593