[cairo-commit] cairo-java/src/java/org/freedesktop/cairo
Context.java, 1.6, 1.7
Jeffrey Morgan
commit at pdx.freedesktop.org
Mon May 16 09:19:40 PDT 2005
Committed by: kuzman
Update of /cvs/cairo/cairo-java/src/java/org/freedesktop/cairo
In directory gabe:/tmp/cvs-serv11454/src/java/org/freedesktop/cairo
Modified Files:
Context.java
Log Message:
made Handle constructor protected.
Index: Context.java
===================================================================
RCS file: /cvs/cairo/cairo-java/src/java/org/freedesktop/cairo/Context.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Context.java 10 May 2005 01:01:59 -0000 1.6
+++ Context.java 16 May 2005 16:19:38 -0000 1.7
@@ -25,7 +25,7 @@
super(cairo_create(target.getHandle()));
}
- Context(Handle hndl) {
+ protected Context(Handle hndl) {
super(hndl);
}
More information about the cairo-commit
mailing list