[cairo-commit] cairo ChangeLog,1.177,1.178
David Reveman
commit at pdx.freedesktop.org
Tue Apr 20 12:35:47 PDT 2004
Committed by: davidr
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv12090
Modified Files:
ChangeLog
Log Message:
Fixed missing limits.h includes
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -C2 -d -r1.177 -r1.178
*** a/ChangeLog 16 Apr 2004 15:56:45 -0000 1.177
--- b/ChangeLog 20 Apr 2004 19:35:44 -0000 1.178
***************
*** 1,2 ****
--- 1,13 ----
+ 2004-04-20 David Reveman <c99drn at cs.umu.se>
+
+ * src/cairo_pattern.c (_cairo_image_data_set_linear): Use
+ CAIRO_MAXSHORT instead of INT_MAX.
+
+ * src/cairo_traps.c (_cairo_traps_extents): Use CAIRO_MAXSHORT and
+ CAIRO_MINSHORT instead of SHRT_MAX and SHRT_MIN.
+
+ * src/cairoint.h: including limits.h and defining CAIRO_MAXSHORT and
+ CAIRO_MINSHORT.
+
2004-04-16 Carl Worth <cworth at isi.edu>
More information about the cairo-commit
mailing list