]> code.delx.au - gnu-emacs/commitdiff
(x_put_x_image): Declare args.
authorDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:38:20 +0000 (11:38 +0000)
committerDave Love <fx@gnu.org>
Tue, 30 Jul 2002 11:38:20 +0000 (11:38 +0000)
src/xfns.c

index 2e5685b4acd6958f2a0aaee8a5b008213aa5d7a3..51acdec40449b27172704511172a2f00b4696dea 100644 (file)
@@ -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;