[cairo-commit] CairoJava TODO,1.1,1.2
Charles Tuckey
commit at pdx.freedesktop.org
Sun Dec 5 19:44:55 PST 2004
- Previous message: [cairo-commit] CairoJava/test build.xml,1.1,1.2
- Next message: [cairo-commit]
CairoJava/jni Cairo.cpp, 1.4, 1.5 CairoException.cpp,
1.5, 1.6 CairoFont.cpp, 1.4, 1.5 CairoPattern.cpp, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [cairo-commit] CairoJava/test build.xml,1.1,1.2
- Next message: [cairo-commit]
CairoJava/jni Cairo.cpp, 1.4, 1.5 CairoException.cpp,
1.5, 1.6 CairoFont.cpp, 1.4, 1.5 CairoPattern.cpp, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list