* image.c (image_unget_x_image): Fix formatting.
This commit is contained in:
parent
0c72d017b5
commit
df03dc8a4c
1 changed files with 2 additions and 1 deletions
|
@ -2215,7 +2215,8 @@ image_get_x_image (struct frame *f, struct image *img, bool mask_p)
|
|||
#endif
|
||||
}
|
||||
|
||||
static void image_unget_x_image (struct image *img, bool mask_p, XImagePtr ximg)
|
||||
static void
|
||||
image_unget_x_image (struct image *img, bool mask_p, XImagePtr ximg)
|
||||
{
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
XImagePtr ximg_in_img = !mask_p ? img->ximg : img->mask_img;
|
||||
|
|
Loading…
Add table
Reference in a new issue