mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 23:08:15 +02:00
[quartz] Bug 3939 - Fix Quartz backend endianness problem
Add kCGBitmapByteOrder32Host to CGImageCreate call in release_dest_image of Quartz surface.
This commit is contained in:
parent
2640aa7e99
commit
ab1887f4b0
1 changed files with 1 additions and 1 deletions
|
|
@ -918,7 +918,7 @@ _cairo_nquartz_surface_release_dest_image (void *abstract_surface,
|
|||
8, 32,
|
||||
surface->extents.width * 4,
|
||||
CGColorSpaceCreateDeviceRGB(),
|
||||
kCGImageAlphaPremultipliedFirst,
|
||||
kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host,
|
||||
dataProvider,
|
||||
NULL,
|
||||
false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue