diff options
Diffstat (limited to 'pixman/test/rotate-test.c')
-rw-r--r-- | pixman/test/rotate-test.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pixman/test/rotate-test.c b/pixman/test/rotate-test.c index bc44281e3..d63a28947 100644 --- a/pixman/test/rotate-test.c +++ b/pixman/test/rotate-test.c @@ -74,7 +74,9 @@ make_image (void) pixman_image_set_transform (image, RANDOM_TRANSFORM()); pixman_image_set_destroy_function (image, on_destroy, bytes); pixman_image_set_repeat (image, PIXMAN_REPEAT_NORMAL); - + + image_endian_swap (image); + return image; } |