On Fri, 2005-06-03 at 06:01 +0200, Michael Koch wrote: > Looks like this patch broke the JNI method check. Have you tried to build > a clean tree with this patch before commiting?
Yes, I did. I didn't have a problem..? > Please rename the methods. Are you sure the problem isn't that I forgot to remove the declarations in GdkGraphics.java for the methods deleted from gdkgraphics.c? I just commited this: 2005-06-03 Sven de Marothy <[EMAIL PROTECTED]> * gnu/java/awt/peer/gtk/GdkGraphics.java: Removed declarations for the previously removed native methods.
Index: gnu/java/awt/peer/gtk/GdkGraphics.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/awt/peer/gtk/GdkGraphics.java,v retrieving revision 1.40 diff -u -r1.40 GdkGraphics.java --- gnu/java/awt/peer/gtk/GdkGraphics.java 2 Jun 2005 13:18:10 -0000 1.40 +++ gnu/java/awt/peer/gtk/GdkGraphics.java 3 Jun 2005 11:39:05 -0000 @@ -142,13 +142,6 @@ public native void dispose(); - native void copyPixmap (Graphics g, int x, int y, int width, int height); - native void copyAndScalePixmap (Graphics g, boolean flip_x, boolean flip_y, - int src_x, int src_y, - int src_width, int src_height, - int dest_x, int dest_y, - int dest_width, int dest_height); - public boolean drawImage (Image img, int x, int y, Color bgcolor, ImageObserver observer) {
_______________________________________________ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches