mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(x_put_x_image): Make type consistent with declaration.
This commit is contained in:
parent
526cfb19a7
commit
ea6b19cafa
@ -6284,7 +6284,7 @@ x_destroy_x_image (ximg)
|
||||
/* Put XImage XIMG into pixmap PIXMAP on frame F. WIDTH and HEIGHT
|
||||
are width and height of both the image and pixmap. */
|
||||
|
||||
void
|
||||
static void
|
||||
x_put_x_image (f, ximg, pixmap, width, height)
|
||||
struct frame *f;
|
||||
XImage *ximg;
|
||||
|
Loading…
Reference in New Issue
Block a user