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: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 7/9] fbdev: move to pixman
Date: Mon, 26 Nov 2012 21:01:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121116 Thunderbird/10.0.11

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?

cheers,
  Gerd



reply via email to

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