image-loader: Use pixman_image_t, not struct pixman_image_t

This commit is contained in:
Kristian Høgsberg
2012-07-11 15:45:59 -04:00
parent 9d4ddefcce
commit c234fb819f
+1 -1
View File
@@ -75,7 +75,7 @@ load_jpeg(FILE *fp)
{ {
struct jpeg_decompress_struct cinfo; struct jpeg_decompress_struct cinfo;
struct jpeg_error_mgr jerr; struct jpeg_error_mgr jerr;
struct pixman_image_t *pixman_image = NULL; pixman_image_t *pixman_image = NULL;
unsigned int i; unsigned int i;
int stride, first; int stride, first;
JSAMPLE *data, *rows[4]; JSAMPLE *data, *rows[4];