[cairo-commit] libpixman/src pixman.h,1.10,1.11
Carl Worth
commit at pdx.freedesktop.org
Wed Dec 17 13:17:15 PST 2003
Committed by: cworth
Update of /cvs/cairo/libpixman/src
In directory pdx:/tmp/cvs-serv29652/src
Modified Files:
pixman.h
Log Message:
* src/pixman.h: Remove trailing commas from enum, (some compilers
like to complain about this).
Index: pixman.h
===================================================================
RCS file: /cvs/cairo/libpixman/src/pixman.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pixman.h 12 Dec 2003 18:47:59 -0000 1.10
--- pixman.h 17 Dec 2003 21:17:13 -0000 1.11
***************
*** 226,230 ****
PIXMAN_OPERATOR_XOR,
PIXMAN_OPERATOR_ADD,
! PIXMAN_OPERATOR_SATURATE,
} pixman_operator_t;
--- 226,230 ----
PIXMAN_OPERATOR_XOR,
PIXMAN_OPERATOR_ADD,
! PIXMAN_OPERATOR_SATURATE
} pixman_operator_t;
More information about the cairo-commit
mailing list