mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-24 20:50:43 +02:00
Add cairo_finish to TODO list. Note that cairo_satus_string has now been removed.
This commit is contained in:
parent
4834b8e7f0
commit
ac17f1ce68
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-06-15 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* TODO: Add cairo_finish to TODO list. Note that
|
||||
cairo_satus_string has now been removed.
|
||||
|
||||
2005-06-15 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo.h:
|
||||
|
|
|
|||
3
TODO
3
TODO
|
|
@ -18,6 +18,7 @@ Backwards compatible (API additions only)
|
|||
Add cairo_arc_to.
|
||||
Add support for custom caps (see below for details)
|
||||
Add support for getting at image data from image surface
|
||||
Add cairo_finish
|
||||
|
||||
Backwards incompatible (API deletions or changes)
|
||||
-------------------------------------------------
|
||||
|
|
@ -25,7 +26,7 @@ PDR C cairo_surface_finish, cairo_surface_flush
|
|||
PDR C A hidden offset for the xlib backend
|
||||
P Consistent error handling for all objects
|
||||
Split cairo_format_t (see below for details)
|
||||
Remove cairo_status_string in favor of cairo_status_to_string ?
|
||||
P---C Remove cairo_status_string in favor of cairo_status_to_string
|
||||
|
||||
Details on some of the above changes
|
||||
------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue