[Commit] libic/src ic.c, 1.10, 1.11 iccolor.c, 1.4, 1.5 icformat.c, 1.5, 1.6 icimage.c, 1.11, 1.12 icrect.c, 1.5, 1.6

Carl Worth commit at keithp.com
Tue Sep 9 18:36:27 PDT 2003


Committed by: cworth

Update of /local/src/CVS/libic/src
In directory home.keithp.com:/tmp/cvs-serv32476/src

Modified Files:
	ic.c iccolor.c icformat.c icimage.c icrect.c 
Log Message:
Updated calls to slim_hidden_def to track cahnges in slim 0.2.0

Index: ic.c
===================================================================
RCS file: /local/src/CVS/libic/src/ic.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ic.c	5 Sep 2003 22:24:45 -0000	1.10
+++ ic.c	10 Sep 2003 00:36:25 -0000	1.11
@@ -1134,4 +1134,4 @@
     }
     PixRegionDestroy (region);
 }
-slim_hidden_def(IcComposite)
+slim_hidden_def(IcComposite);

Index: iccolor.c
===================================================================
RCS file: /local/src/CVS/libic/src/iccolor.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- iccolor.c	5 Sep 2003 22:24:45 -0000	1.4
+++ iccolor.c	10 Sep 2003 00:36:25 -0000	1.5
@@ -53,7 +53,7 @@
     a = a << format->alpha;
     *pixel = r|g|b|a;
 }
-slim_hidden_def(IcColorToPixel)
+slim_hidden_def(IcColorToPixel);
 
 static CARD16
 IcFillColor (CARD32 pixel, int bits)

Index: icformat.c
===================================================================
RCS file: /local/src/CVS/libic/src/icformat.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- icformat.c	5 Sep 2003 22:24:45 -0000	1.5
+++ icformat.c	10 Sep 2003 00:36:25 -0000	1.6
@@ -147,7 +147,7 @@
 	break;
     }
 }
-slim_hidden_def(IcFormatInit)
+slim_hidden_def(IcFormatInit);
 
 void
 IcFormatDestroy (IcFormat *format)

Index: icimage.c
===================================================================
RCS file: /local/src/CVS/libic/src/icimage.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- icimage.c	5 Sep 2003 22:24:45 -0000	1.11
+++ icimage.c	10 Sep 2003 00:36:25 -0000	1.12
@@ -45,7 +45,7 @@
 
     return image;
 }
-slim_hidden_def(IcImageCreate)
+slim_hidden_def(IcImageCreate);
 
 IcImage *
 IcImageCreateForData (IcBits *data, IcFormat *format, int width, int height, int bpp, int stride)
@@ -185,7 +185,7 @@
     if (image)
 	image->repeat = repeat;
 }
-slim_hidden_def(IcImageSetRepeat)
+slim_hidden_def(IcImageSetRepeat);
 
 void
 IcImageSetFilter (IcImage	*image,
@@ -230,7 +230,7 @@
 
     free (image);
 }
-slim_hidden_def(IcImageDestroy)
+slim_hidden_def(IcImageDestroy);
 
 void
 IcImageDestroyClip (IcImage *image)

Index: icrect.c
===================================================================
RCS file: /local/src/CVS/libic/src/icrect.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- icrect.c	5 Sep 2003 22:24:45 -0000	1.5
+++ icrect.c	10 Sep 2003 00:36:25 -0000	1.6
@@ -165,4 +165,4 @@
 	;
     }
 }
-slim_hidden_def(IcFillRectangles)
+slim_hidden_def(IcFillRectangles);




More information about the Commit mailing list