[cairo-commit] libic ChangeLog,1.20,1.21
Carl Worth
commit at pdx.freedesktop.org
Wed Oct 29 10:45:04 PST 2003
- Previous message: [cairo-commit] cairo ChangeLog,1.88,1.89 README,1.4,1.5
- Next message: [cairo-commit] libic/src ic.c,1.11,1.12 ic.h,1.18,1.19 icblt.c,1.2,1.3 icbltone.c,1.4,1.5 iccolor.c,1.5,1.6 iccompose.c,1.10,1.11 icimage.c,1.12,1.13 icimage.h,1.13,1.14 icint.h,1.13,1.14 icrect.c,1.6,1.7 ictransform.c,1.3,1.4 ictrap.c,1.8,1.9 ictri.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/libic
In directory pdx:/tmp/cvs-serv26988
Modified Files:
ChangeLog
Log Message:
Patch from Bryan Worth <bryan at theworths.org> to eliminate lots of leftover,
undesired dependencies on X header files.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libic/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** ChangeLog 10 Sep 2003 00:36:24 -0000 1.20
--- ChangeLog 29 Oct 2003 18:45:02 -0000 1.21
***************
*** 1,2 ****
--- 1,43 ----
+ 2003-10-29 Carl Worth <cworth at east.isi.edu>
+
+ * Everywhere: A large patch from Bryan Worth <bryan at theworths.org>
+ to eliminate lots of leftover, undesired dependencies on X header
+ files. More details below:
+
+ * src/ictransform.c:
+ * src/ictrap.c:
+ * src/ictri.c:
+ * src/icrect.c:
+ * src/iccompose.c:
+ * src/iccolor.c:
+ * src/icbltone.c:
+ * src/icblt.c:
+ * src/icimage.h:
+ * src/icimage.c:
+ * src/ic.c:
+ Replace CARD8/16/32 with uint8/16/32_t.
+ Replace INT16 with int16_t.
+ Use IcOperator in place of char or uint8_t.
+ Replace Bool/FALSE/TRUE with int/0/1.
+
+ * src/icint.h: Remove includes of X11/X.h, X11/Xmd.h,
+ X11/Xprotostr.h and X11/extensions/Xrender.h. Add IcPoint. Lift
+ definitions from X headers for Mask, GXor, ClipByChildren,
+ PolyEdgeSharp, PolyModePrecise, CPClipMask, and CPLastBit.
+
+ * src/icimage.h: Remove includes of X11/Xdefs.h and X11/Xprotostr.h.
+ Replace "pointer" with "void *".
+ Remove include of X11/Xutil.h.
+ Replace DDXPointRec with IcPoint.
+ Replace Atom/XID with unsigned long.
+
+ * src/icimage.c: Remove instances of BadAlloc and Success.
+ Replace XID with unsigned int.
+ Replace "pointer" with "void *".
+ Replace Atom with unsigned long.
+
+ * src/ic.h: Introduce new IcOperator enum, rather than using char
+ or uint8_t.
+
2003-09-09 Carl Worth <cworth at isi.edu>
- Previous message: [cairo-commit] cairo ChangeLog,1.88,1.89 README,1.4,1.5
- Next message: [cairo-commit] libic/src ic.c,1.11,1.12 ic.h,1.18,1.19 icblt.c,1.2,1.3 icbltone.c,1.4,1.5 iccolor.c,1.5,1.6 iccompose.c,1.10,1.11 icimage.c,1.12,1.13 icimage.h,1.13,1.14 icint.h,1.13,1.14 icrect.c,1.6,1.7 ictransform.c,1.3,1.4 ictrap.c,1.8,1.9 ictri.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list