summaryrefslogtreecommitdiffstats
path: root/qemu-pixman.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-pixman.c')
-rw-r--r--qemu-pixman.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-pixman.c b/qemu-pixman.c
index ac7bc01..e46e180 100644
--- a/qemu-pixman.c
+++ b/qemu-pixman.c
@@ -21,7 +21,9 @@ int qemu_pixman_get_type(int rshift, int gshift, int bshift)
if (rshift == 0) {
type = PIXMAN_TYPE_ABGR;
} else {
+#if PIXMAN_VERSION >= PIXMAN_VERSION_ENCODE(0, 21, 8)
type = PIXMAN_TYPE_BGRA;
+#endif
}
}
return type;
OpenPOWER on IntegriCloud