mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(x_put_x_image): Make type consistent with declaration.
This commit is contained in:
parent
526cfb19a7
commit
ea6b19cafa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue