diff options
Diffstat (limited to 'pixman/pixman/pixman-general.c')
-rw-r--r-- | pixman/pixman/pixman-general.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman/pixman-general.c b/pixman/pixman/pixman-general.c index 6414b01a5..3ead3dac7 100644 --- a/pixman/pixman/pixman-general.c +++ b/pixman/pixman/pixman-general.c @@ -73,7 +73,7 @@ general_composite_rect (pixman_implementation_t *imp, fetch_scanline_t fetch_src = NULL, fetch_mask = NULL, fetch_dest = NULL; pixman_combine_32_func_t compose; store_scanline_t store; - source_pict_class_t src_class, mask_class; + source_image_class_t src_class, mask_class; pixman_bool_t component_alpha; uint32_t *bits; int32_t stride; |