[cairo-commit] libpixman/src pixman.h,1.19,1.20
Carl Worth
commit at pdx.freedesktop.org
Wed May 18 09:25:56 PDT 2005
Committed by: cworth
Update of /cvs/cairo/libpixman/src
In directory gabe:/tmp/cvs-serv9806/src
Modified Files:
pixman.h
Log Message:
* src/pixman.h: Declare pixman_fixed16_16_t properly as int32_t
rather than just int. Reported by Lance Fetters.
Index: pixman.h
===================================================================
RCS file: /cvs/cairo/libpixman/src/pixman.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- pixman.h 29 Mar 2005 19:45:52 -0000 1.19
+++ pixman.h 18 May 2005 16:25:54 -0000 1.20
@@ -288,7 +288,7 @@
pixman_image_set_clip_region (pixman_image_t *image,
pixman_region16_t *region);
-typedef int pixman_fixed16_16_t;
+typedef int32_t pixman_fixed16_16_t;
typedef struct pixman_point_fixed {
pixman_fixed16_16_t x, y;
More information about the cairo-commit
mailing list