[cairo-commit] cairo ChangeLog,1.938,1.939

Owen Taylor commit at pdx.freedesktop.org
Mon Aug 22 08:45:48 PDT 2005


Committed by: otaylor

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv24597

Modified Files:
	ChangeLog 
Log Message:
2005-08-22  Owen Taylor  <otaylor at redhat.com>

        * test/text-rotate.c (draw): Use floor(0.5+x) rather than
        round(), which is C99. (David Hollenberg)


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.938
retrieving revision 1.939
diff -u -d -r1.938 -r1.939
--- ChangeLog	22 Aug 2005 15:33:54 -0000	1.938
+++ ChangeLog	22 Aug 2005 15:45:46 -0000	1.939
@@ -1,5 +1,10 @@
 2005-08-22  Owen Taylor  <otaylor at redhat.com>
 
+	* test/text-rotate.c (draw): Use floor(0.5+x) rather than
+	round(), which is C99. (David Hollenberg)
+
+2005-08-22  Owen Taylor  <otaylor at redhat.com>
+
 	* autogen.sh: Set LC_ALL=C rather than LANG and LC_NUMERIC to be
 	robust against whatever settings the user has. (Martin Dobias)
 



More information about the cairo-commit mailing list