aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-07-30 11:38:20 +0000
committerDave Love2002-07-30 11:38:20 +0000
commitc11dc00b09745a061b3a5b79e90abf037a280b46 (patch)
treeed7cafd916a84170a4ab4a9df6bd77dabf54f559 /src
parenta55a1dc68373e63e270ca1a77877d9d3e71bf362 (diff)
downloademacs-c11dc00b09745a061b3a5b79e90abf037a280b46.tar.gz
emacs-c11dc00b09745a061b3a5b79e90abf037a280b46.zip
(x_put_x_image): Declare args.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c1
1 files changed, 1 insertions, 0 deletions
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)
6598 struct frame *f; 6598 struct frame *f;
6599 XImage *ximg; 6599 XImage *ximg;
6600 Pixmap pixmap; 6600 Pixmap pixmap;
6601 int width, height;
6601{ 6602{
6602 GC gc; 6603 GC gc;
6603 6604