[cairo-commit] cairo-java/src/java/org/freedesktop/cairo ImageSurface.java, 1.13, 1.14

Dan Williams commit at pdx.freedesktop.org
Thu Mar 23 11:03:10 PST 2006


Committed by: dcbw

Update of /cvs/cairo/cairo-java/src/java/org/freedesktop/cairo
In directory kemper:/tmp/cvs-serv26938/src/java/org/freedesktop/cairo

Modified Files:
	ImageSurface.java 
Log Message:
2006-03-23  Dan Williams  <dcbw at redhat.com>

    Patch from Remy Suen <remy.suen at gmail.com>

    * src/java/org/freedesktop/cairo/ImageSurface.java
        - Remove TODO from cairo_image_surface_get_width and
        cairo_image_surface_get_height

    * src/jni/org_freedesktop_cairo_ImageSurface.c
        - (cairo_image_surface_get_width): implement
        - (cairo_image_surface_get_height): implement



Index: ImageSurface.java
===================================================================
RCS file: /cvs/cairo/cairo-java/src/java/org/freedesktop/cairo/ImageSurface.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ImageSurface.java	12 Feb 2006 09:05:44 -0000	1.13
+++ ImageSurface.java	23 Mar 2006 19:03:07 -0000	1.14
@@ -50,10 +50,8 @@
     native static final private Handle cairo_image_surface_create_for_data(
             char[] data, int format, int width, int height, int stride);
 
-    // TODO: JNI
     native static final private int cairo_image_surface_get_width(Handle obj);
 
-    // TODO: JNI
     native static final private int cairo_image_surface_get_height(Handle obj);
 
     // TODO: JNI and exception handling



More information about the cairo-commit mailing list