On 26.11.2012, at 21:01, Gerd Hoffmann wrote: > On 11/26/12 19:42, Alexander Graf wrote: >> Replying here because my INBOX doesn't contain the original message. >> >>>> +#if PIXMAN_VERSION >= PIXMAN_VERSION_ENCODE(0, 21, 8) >>>> + type = PIXMAN_TYPE_RGBA; >>>> +#endif >>>> + } >>>> + } else if (rshift < gshift && gshift < bshift) { >>>> + if (rshift == 0) { >>>> + type = PIXMAN_TYPE_ABGR; >>>> + } else { >>>> + type = PIXMAN_TYPE_BGRA; >> >> This breaks for me: >> >> qemu-pixman.c: In function ‘qemu_pixman_get_type’: >> qemu-pixman.c:24: error: ‘PIXMAN_TYPE_BGRA’ undeclared (first use in this >> function) >> qemu-pixman.c:24: error: (Each undeclared identifier is reported only once >> qemu-pixman.c:24: error: for each function it appears in.) > > Which pixman version is this?
#define PIXMAN_VERSION_STRING "0.12.0" Alex