diff options
author | Sven Gothel <[email protected]> | 2001-06-18 23:20:46 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-06-18 23:20:46 +0000 |
commit | cc7376ee5616743cdd7b7a5c711f054b32ae8e4e (patch) | |
tree | 1550b5fd8630667151fe30e74811abb6a45792ea /gl4java/GLUFuncJauJNInf.java | |
parent | 8512ae5ab8a75fad8a75aec0b6e04e3fcd1d2c6f (diff) |
2.8.0.0 pre-release cvs only
Diffstat (limited to 'gl4java/GLUFuncJauJNInf.java')
-rw-r--r-- | gl4java/GLUFuncJauJNInf.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gl4java/GLUFuncJauJNInf.java b/gl4java/GLUFuncJauJNInf.java index 56ad795..9492d8e 100644 --- a/gl4java/GLUFuncJauJNInf.java +++ b/gl4java/GLUFuncJauJNInf.java @@ -32,7 +32,7 @@ public String getClassVendor ( ) { return "Jausoft - Sven Goethel Software Development"; } public String getClassVersion ( ) -{ return "2.7.1.0"; } +{ return "2.8.0.0"; } /** @@ -143,7 +143,7 @@ public native long gluNewNurbsRenderer( ); public native long gluNewTess( ); /** - * C2J Parser Version 2.1 + * C2J Parser Version 2.2 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNInf ! @@ -254,7 +254,7 @@ public native long gluNewTess( ); int widthin, int heightin, int typein, - byte[] datain, + String datain, int widthout, int heightout, int typeout, @@ -818,7 +818,7 @@ public native long gluNewTess( ); long tobj ) ; -/* C2J Parser Version 2.1: Java program parsed successfully. */ +/* C2J Parser Version 2.2: Java program parsed successfully. */ } |