qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 7/9] fbdev: move to pixman


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH 7/9] fbdev: move to pixman
Date: Mon, 26 Nov 2012 21:05:03 +0100

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]