From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td4rt-0008Ac-VC for qemu-devel@nongnu.org; Mon, 26 Nov 2012 15:01:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Td4rs-0005GF-KQ for qemu-devel@nongnu.org; Mon, 26 Nov 2012 15:01:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Td4rs-0005Fy-D0 for qemu-devel@nongnu.org; Mon, 26 Nov 2012 15:01:24 -0500 Message-ID: <50B3CA7E.60000@redhat.com> Date: Mon, 26 Nov 2012 21:01:02 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1347952634-12286-1-git-send-email-kraxel@redhat.com> <1347952634-12286-8-git-send-email-kraxel@redhat.com> <87txuvqh1u.fsf@codemonkey.ws> <6A38514E-A19C-4A46-A870-4769BD6EBC1E@suse.de> In-Reply-To: <6A38514E-A19C-4A46-A870-4769BD6EBC1E@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 7/9] fbdev: move to pixman List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel@nongnu.org, Anthony Liguori On 11/26/12 19:42, Alexander Graf wrote: > Replying here because my INBOX doesn't contain the original message. >=20 >>> +#if PIXMAN_VERSION >=3D PIXMAN_VERSION_ENCODE(0, 21, 8) >>> + type =3D PIXMAN_TYPE_RGBA; >>> +#endif >>> + } >>> + } else if (rshift < gshift && gshift < bshift) { >>> + if (rshift =3D=3D 0) { >>> + type =3D PIXMAN_TYPE_ABGR; >>> + } else { >>> + type =3D PIXMAN_TYPE_BGRA; >=20 > This breaks for me: >=20 > qemu-pixman.c: In function =91qemu_pixman_get_type=92: > qemu-pixman.c:24: error: =91PIXMAN_TYPE_BGRA=92 undeclared (first use i= n this function) > qemu-pixman.c:24: error: (Each undeclared identifier is reported only o= nce > qemu-pixman.c:24: error: for each function it appears in.) Which pixman version is this? cheers, Gerd