src/macosx/classes/sun/lwawt/macosx/LWCToolkit.java

Print this page

        

@@ -61,10 +61,14 @@
     // like Windows.
     private static final int BUTTONS = 5;
 
     private static native void initIDs();
 
+    static native void startNativeEventLoop();
+
+    static native void stopNativeEventLoop();
+
     private static CInputMethodDescriptor sInputMethodDescriptor;
 
     static {
         System.err.flush();
         java.security.AccessController.doPrivileged(new java.security.PrivilegedAction<Object>() {