comparison src/xfns.c @ 88940:225e8ce5246d

(x_put_x_image): Declare args.
author Dave Love <fx@gnu.org>
date Tue, 30 Jul 2002 11:38:20 +0000
parents b18bbd77841e
children b9d31dd48edb
comparison
equal deleted inserted replaced
88939:13e20ef7c935 88940:225e8ce5246d
6596 static void 6596 static void
6597 x_put_x_image (f, ximg, pixmap, width, height) 6597 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
6604 xassert (interrupt_input_blocked); 6605 xassert (interrupt_input_blocked);
6605 gc = XCreateGC (FRAME_X_DISPLAY (f), pixmap, 0, NULL); 6606 gc = XCreateGC (FRAME_X_DISPLAY (f), pixmap, 0, NULL);