[cairo-commit] libpixman/src icint.h,1.23,1.24 icrop.h,1.7,1.8

Carl Worth commit at pdx.freedesktop.org
Fri Jan 7 12:14:43 PST 2005


Committed by: cworth

Update of /cvs/cairo/libpixman/src
In directory gabe:/tmp/cvs-serv19567/src

Modified Files:
	icint.h icrop.h 
Log Message:

        * src/icrop.h:
        * src/icint.h: Restore extern tag for variable declarations,
        (accidentally removed when recently removing extern from function
        prototypes).


Index: icint.h
===================================================================
RCS file: /cvs/cairo/libpixman/src/icint.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- icint.h	23 Dec 2004 19:10:08 -0000	1.23
+++ icint.h	7 Jan 2005 20:14:40 -0000	1.24
@@ -968,7 +968,7 @@
 #define PictureCmapPolicyColor	    3
 #define PictureCmapPolicyAll	    4
 
-pixman_private int  PictureCmapPolicy;
+extern int PictureCmapPolicy pixman_private;
 
 int	PictureParseCmapPolicy (const char *name);
 

Index: icrop.h
===================================================================
RCS file: /cvs/cairo/libpixman/src/icrop.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- icrop.h	23 Dec 2004 19:10:08 -0000	1.7
+++ icrop.h	7 Jan 2005 20:14:40 -0000	1.8
@@ -98,7 +98,7 @@
  */
 
 /* half of table */
-pixman_private const pixman_bits_t icStipple16Bits[256];
+extern const pixman_bits_t icStipple16Bits[256] pixman_private;
 #define IcStipple16Bits(b) \
     (icStipple16Bits[(b)&0xff] | icStipple16Bits[(b) >> 8] << IC_HALFUNIT)
 




More information about the cairo-commit mailing list