[cairo-commit] cairo/pixman/src icimage.h,1.27,1.28
Billy Biggs
commit at pdx.freedesktop.org
Sun Oct 9 14:29:56 PDT 2005
Committed by: vektor
Update of /cvs/cairo/cairo/pixman/src
In directory gabe:/tmp/cvs-serv21671/src
Modified Files:
icimage.h
Log Message:
2005-10-09 Billy Biggs <vektor at dumbterm.net>
* src/icimage.h: Make space for the new bits needed by expand.
Index: icimage.h
===================================================================
RCS file: /cvs/cairo/cairo/pixman/src/icimage.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- icimage.h 11 Aug 2005 04:10:13 -0000 1.27
+++ icimage.h 9 Oct 2005 21:29:54 -0000 1.28
@@ -60,7 +60,7 @@
int format_code;
int refcnt;
- unsigned int repeat : 1;
+ unsigned int repeat : 2;
unsigned int graphicsExposures : 1;
unsigned int subWindowMode : 1;
unsigned int polyEdge : 1;
@@ -70,7 +70,7 @@
unsigned int clientClipType : 2;
unsigned int componentAlpha : 1;
unsigned int compositeClipSource : 1;
- unsigned int unused : 21;
+ unsigned int unused : 20;
struct pixman_image *alphaMap;
FbPoint alphaOrigin;
More information about the cairo-commit
mailing list