[cairo-commit] cairo-java/test/kapow Kapow.java,1.8,1.9

Jeffrey Morgan commit at pdx.freedesktop.org
Fri Apr 1 05:58:47 PST 2005


Committed by: kuzman

Update of /cvs/cairo/cairo-java/test/kapow
In directory gabe:/tmp/cvs-serv24258/test/kapow

Modified Files:
	Kapow.java 
Log Message:
Incorporated upstream API changes

Index: Kapow.java
===================================================================
RCS file: /cvs/cairo/cairo-java/test/kapow/Kapow.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Kapow.java	15 Mar 2005 13:26:39 -0000	1.8
+++ Kapow.java	1 Apr 2005 13:58:45 -0000	1.9
@@ -47,7 +47,7 @@
 	public Kapow(String text) throws Exception {
 		cr = new Cairo();
 		PngSurface surface = 
-			new PngSurface(filename, Format.ARGB32, IMAGE_WIDTH, IMAGE_HEIGHT);
+			new PngSurface(filename);
 		cr.setTargetSurface(surface);
 
 		cr.setLineWidth(2);




More information about the cairo-commit mailing list