JavaVM.st
changeset 556 7d10f2a9d5f1
parent 555 c3b70cd4a64d
child 561 79393f7d63f1
--- a/JavaVM.st	Wed Apr 14 11:48:19 1999 +0000
+++ b/JavaVM.st	Wed Apr 14 13:19:49 1999 +0000
@@ -1567,6 +1567,7 @@
     SimulatedNativeLibs := #(
                              '/libawt.so' 
                              '/libnet.so' 
+                             '/libcmm.so' 
                             ).
 
     "
@@ -7282,12 +7283,44 @@
 
 !JavaVM class methodsFor:'native - sun.awt - jdk1.2'!
 
+_CMM_cmmGetTagSize:nativeContext
+    "/ public static native synchronized int cmmGetTagSize (long arg1, int arg2, int[] arg3)
+    "/ new with jdk1.2 ...
+
+    UnimplementedNativeMethodSignal raise.
+    ^ -1.
+
+    "Created: / 27.1.1998 / 21:43:25 / cg"
+!
+
+_CMM_cmmInit:nativeContext
+    "/ new with jdk1.2 ...
+
+    "Created: / 27.1.1998 / 21:43:25 / cg"
+!
+
+_CMM_cmmLoadProfile:nativeContext
+    "/ public static native synchronized int cmmLoadProfile (byte[] arg1, long[] arg2)
+    "/ new with jdk1.2 ...
+
+    UnimplementedNativeMethodSignal raise.
+    ^ -1.
+
+    "Created: / 27.1.1998 / 21:43:25 / cg"
+!
+
 _ColorModel_initIDs:nativeContext
     "/ new with jdk1.2 ...
 
     "Created: / 28.1.1998 / 22:19:23 / cg"
 !
 
+_Color_initIDs:nativeContext
+    "/ new with jdk1.2 ...
+
+    "Created: / 28.1.1998 / 22:19:23 / cg"
+!
+
 _FontDescriptor_initIDs:nativeContext
     "/ new with jdk1.2 ...
 
@@ -7312,6 +7345,12 @@
     "Created: / 28.1.1998 / 22:30:41 / cg"
 !
 
+_ScrollPane_initIDs:nativeContext
+    "/ new with jdk1.2 ...
+
+    "Created: / 28.1.1998 / 22:19:23 / cg"
+!
+
 _X11GraphicsDevice_getConfigType:nativeContext
     "/ new with jdk1.2 ...
 
@@ -11616,6 +11655,6 @@
 !JavaVM class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaVM.st,v 1.140 1999/04/14 11:48:19 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaVM.st,v 1.141 1999/04/14 13:19:49 cg Exp $'
 ! !
 JavaVM initialize!