[cairo-commit] glitzinfo glitzinfo.c,1.12,1.13
Kristian Høgsberg
commit at pdx.freedesktop.org
Thu Dec 1 15:24:48 PST 2005
Committed by: krh
Update of /cvs/cairo/glitzinfo
In directory gabe:/tmp/cvs-serv17887
Modified Files:
glitzinfo.c
Log Message:
Track changes to glitz.
Index: glitzinfo.c
===================================================================
RCS file: /cvs/cairo/glitzinfo/glitzinfo.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- glitzinfo.c 14 Sep 2005 15:58:35 -0000 1.12
+++ glitzinfo.c 1 Dec 2005 23:24:46 -0000 1.13
@@ -295,8 +295,8 @@
if (formats) {
printf ("0x%x\t", (int) formats->id);
- switch (formats->type) {
- case GLITZ_FORMAT_TYPE_COLOR:
+ switch (formats->color.fourcc) {
+ case GLITZ_FOURCC_RGB:
printf ("color\t%d/%d/%d/%d",
formats->color.red_size,
formats->color.green_size,
More information about the cairo-commit
mailing list