]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_put_x_image):
authorDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:20:13 +0000 (14:20 +0000)
committerDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:20:13 +0000 (14:20 +0000)
Declare all args (per C99).

src/xfns.c

index 1af4921e1c6564f5a77135cd0eb57747e32e510b..d8a41b5d53772d90ac6ab34e7146160e3a17e816 100644 (file)
@@ -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;