comparison src/xfns.c @ 48328:7ce5ded16e10

(x_put_x_image): Declare all args (per C99).
author Dave Love <fx@gnu.org>
date Thu, 14 Nov 2002 14:20:13 +0000
parents 5144fabfb105
children b2929bf0de68
comparison
equal deleted inserted replaced
48327:be562aff38ed 48328:7ce5ded16e10
6585 static void 6585 static void
6586 x_put_x_image (f, ximg, pixmap, width, height) 6586 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
6593 xassert (interrupt_input_blocked); 6594 xassert (interrupt_input_blocked);
6594 gc = XCreateGC (FRAME_X_DISPLAY (f), pixmap, 0, NULL); 6595 gc = XCreateGC (FRAME_X_DISPLAY (f), pixmap, 0, NULL);