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 changed files with 1 additions and 1 deletions

View File

@ -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];