[Commit] libic/src ic.h,1.13,1.14

Carl Worth commit at keithp.com
Wed Jul 30 11:54:47 PDT 2003


Committed by: cworth

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

Modified Files:
	ic.h 
Log Message:
Fixed IcRectangle to be compatible with XRectangle.

Index: ic.h
===================================================================
RCS file: /local/src/CVS/libic/src/ic.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ic.h	29 Jul 2003 21:45:20 -0000	1.13
+++ ic.h	30 Jul 2003 17:54:44 -0000	1.14
@@ -113,8 +113,8 @@
    datatypes have fixed-point values. (Though by design,
    IcFillRectangles is designed to fill only whole pixels) */
 typedef struct _IcRectangle {
-    int x, y;
-    int width, height;
+    short x, y;
+    unsigned short width, height;
 } IcRectangle;
 
 typedef struct _IcTriangle {




More information about the Commit mailing list