[cairo-commit] libic/src icrop.h,1.4,1.5 icutil.c,1.4,1.5
Carl Worth
commit at pdx.freedesktop.org
Mon Nov 17 07:43:09 PST 2003
Committed by: cworth
Update of /cvs/cairo/libic/src
In directory pdx:/tmp/cvs-serv25768/src
Modified Files:
icrop.h icutil.c
Log Message:
* src/icutil.c (icStipple1Bits):
* src/icrop.h (IcStipple16Bits): Fixes needed to compile libic on
x86_64. Many thanks to David R Bacon <dbacon at cis.ksu.edu>.
Index: icrop.h
===================================================================
RCS file: /cvs/cairo/libic/src/icrop.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** icrop.h 5 Sep 2003 22:24:45 -0000 1.4
--- icrop.h 17 Nov 2003 15:43:07 -0000 1.5
***************
*** 101,105 ****
extern const IcBits icStipple16Bits[256] __internal_linkage;
#define IcStipple16Bits(b) \
! (IcStipple16Bits[(b)&0xff] | IcStipple16Bits[(b) >> 8] << IC_HALFUNIT)
extern const IcBits * __internal_linkage
--- 101,105 ----
extern const IcBits icStipple16Bits[256] __internal_linkage;
#define IcStipple16Bits(b) \
! (icStipple16Bits[(b)&0xff] | icStipple16Bits[(b) >> 8] << IC_HALFUNIT)
extern const IcBits * __internal_linkage
Index: icutil.c
===================================================================
RCS file: /cvs/cairo/libic/src/icutil.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** icutil.c 5 Sep 2003 22:24:45 -0000 1.4
--- icutil.c 17 Nov 2003 15:43:07 -0000 1.5
***************
*** 267,271 ****
C2( 0,32), C2( 1,32), C2( 2,32), C2( 3,32),
};
! #define IcStipple1Bits 0
#endif
--- 267,271 ----
C2( 0,32), C2( 1,32), C2( 2,32), C2( 3,32),
};
! #define icStipple1Bits 0
#endif
More information about the cairo-commit
mailing list