image-loader: Use pixman_image_t, not struct pixman_image_t
This commit is contained in:
parent
9d4ddefcce
commit
c234fb819f
|
@ -75,7 +75,7 @@ load_jpeg(FILE *fp)
|
|||
{
|
||||
struct jpeg_decompress_struct cinfo;
|
||||
struct jpeg_error_mgr jerr;
|
||||
struct pixman_image_t *pixman_image = NULL;
|
||||
pixman_image_t *pixman_image = NULL;
|
||||
unsigned int i;
|
||||
int stride, first;
|
||||
JSAMPLE *data, *rows[4];
|
||||
|
|
Loading…
Reference in New Issue