[cairo-commit] CairoJava TODO,1.1,1.2

Charles Tuckey commit at pdx.freedesktop.org
Sun Dec 5 19:44:55 PST 2004


Committed by: ctuckey

Update of /cvs/cairo/CairoJava
In directory gabe:/tmp/cvs-serv12012

Modified Files:
	TODO 
Log Message:
Use getter methods to get enumerated type values found in cairo.h 
instead of hardcoding them in java classes.
Added new cairo_status_t elements:
    CAIRO_STATUS_NO_TARGET_SURFACE,
    CAIRO_STATUS_NULL_POINTER
to CairoException class.


Index: TODO
===================================================================
RCS file: /cvs/cairo/CairoJava/TODO,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- TODO	25 Nov 2004 18:11:24 -0000	1.1
+++ TODO	6 Dec 2004 03:44:53 -0000	1.2
@@ -5,3 +5,5 @@
 * Modify windowing interface to allow multiple types of windows.
   Currently only SWT is supported.
 
+* Fix up CairoException class to handle CAIRO_STATUS_NO_TARGET_SURFACE &
+    CAIRO_STATUS_NULL_POINTER statuses




More information about the cairo-commit mailing list