mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 11:08:12 +02:00
Thanks to Olivier Andrieu:
Add mention of cairo_get_antialias. Fix to mention cairo_surface_flush by its correct name, (rather than the non-existent cairo_flush).
This commit is contained in:
parent
ce5a493c70
commit
0b991f9633
2 changed files with 12 additions and 3 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2005-08-10 Carl Worth <cworth@cworth.org>
|
||||
|
||||
Thanks to Olivier Andrieu:
|
||||
|
||||
* NEWS: Add mention of cairo_get_antialias. Fix to mention
|
||||
cairo_surface_flush by its correct name, (rather than the
|
||||
non-existent cairo_flush).
|
||||
|
||||
2005-08-10 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* doc/public/cairo-docs.xml: Fix id to be cairo rather than
|
||||
|
|
|
|||
7
NEWS
7
NEWS
|
|
@ -3,10 +3,11 @@ Release 0.9.0 (2005-08-08 Carl Worth <cworth@cworth.org>)
|
|||
API additions
|
||||
-------------
|
||||
|
||||
* Add a new function call to set the current antialiasing mode in the
|
||||
graphics state:
|
||||
* Add new function calls to set/get the current antialiasing mode in
|
||||
the graphics state:
|
||||
|
||||
cairo_set_antialias
|
||||
cairo_get_antialias
|
||||
|
||||
This call accepts the same modes recently added for font options
|
||||
(NONE or GRAY) but affects the rendering of geometry other than
|
||||
|
|
@ -21,7 +22,7 @@ API additions
|
|||
|
||||
cairo_surface_mark_dirty
|
||||
cairo_surface_mark_dirty_rectangle
|
||||
cairo_flush
|
||||
cairo_surface_flush
|
||||
|
||||
* The return type of the several "reference" functions was change,
|
||||
(API compatibly), from void to the same type as the argument. The
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue