summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-02-20 08:08:52 -0800
committerCarl Worth <cworth@cworth.org>2008-02-20 08:08:52 -0800
commitee62a5fad6a32a6997600caac8b292aef4e2fe54 (patch)
tree73dc9eb41d2f9722208e8623073e981e3a4a895e /NEWS
parent118657136d3323f4769bee28ec2435a61540f0eb (diff)
Mention that cairo_get_current_point is void again
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 748977b2a..d10af70e7 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ cairo_new_path() or cairo_new_sub_path(). There is a current point
after any of the path-creation functions, (cairo_move_to,
cairo_line_to, cairo_curve_to, etc.).
+With this new function, we also revert the change of the return type
+of cairo_get_current_point from cairo 1.5.8, (it's now a void function
+again).
+
Optimizations
-------------
Optimize stroking code to avoid repeated calculation of redundant