[cairo-commit] cairo/src cairo.h,1.39,1.40
Carl Worth
commit at pdx.freedesktop.org
Wed Dec 17 12:59:39 PST 2003
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory pdx:/tmp/cvs-serv28786/src
Modified Files:
cairo.h
Log Message:
* src/cairo.h: Remove trailing commas from enums, (some compilers
like to complain about them).
Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** cairo.h 16 Dec 2003 15:20:20 -0000 1.39
--- cairo.h 17 Dec 2003 20:59:37 -0000 1.40
***************
*** 139,143 ****
CAIRO_OPERATOR_XOR,
CAIRO_OPERATOR_ADD,
! CAIRO_OPERATOR_SATURATE,
} cairo_operator_t;
--- 139,143 ----
CAIRO_OPERATOR_XOR,
CAIRO_OPERATOR_ADD,
! CAIRO_OPERATOR_SATURATE
} cairo_operator_t;
***************
*** 597,601 ****
CAIRO_FILTER_BEST,
CAIRO_FILTER_NEAREST,
! CAIRO_FILTER_BILINEAR,
} cairo_filter_t;
--- 597,601 ----
CAIRO_FILTER_BEST,
CAIRO_FILTER_NEAREST,
! CAIRO_FILTER_BILINEAR
} cairo_filter_t;
More information about the cairo-commit
mailing list