image-loader: Use pixman_image_t, not struct pixman_image_t
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user