[cairo-commit] libic/src icutil.c,1.5,1.6

Carl Worth commit at pdx.freedesktop.org
Tue Nov 25 07:45:36 PST 2003


Committed by: cworth

Update of /cvs/cairo/libic/src
In directory pdx:/tmp/cvs-serv24565/src

Modified Files:
	icutil.c 
Log Message:

        * configure.in: Bump version to 0.1.5 for new 64-bit fixes.

        * src/icutil.c (icStipple8Bits): One more fix needed for 64-bit
        machine (alpha in this case). Thanks to Jakub Bogusz
        <qboosh at pld-linux.org>.


Index: icutil.c
===================================================================
RCS file: /cvs/cairo/libic/src/icutil.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** icutil.c	17 Nov 2003 15:43:07 -0000	1.5
--- icutil.c	25 Nov 2003 15:45:34 -0000	1.6
***************
*** 98,103 ****
  
  #if IC_UNIT == 16
! #define IcStipple16Bits 0
! #define IcStipple8Bits 0
  static const IcBits icStipple4Bits[16] = {
      C4(  0,4), C4(  1,4), C4(  2,4), C4(  3,4), C4(  4,4), C4(  5,4),
--- 98,103 ----
  
  #if IC_UNIT == 16
! #define icStipple16Bits 0
! #define icStipple8Bits 0
  static const IcBits icStipple4Bits[16] = {
      C4(  0,4), C4(  1,4), C4(  2,4), C4(  3,4), C4(  4,4), C4(  5,4),





More information about the cairo-commit mailing list