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

Print this page

        

@@ -148,9 +148,11 @@
 
     public void setWindowState(int windowState);
 
     public long getLayerPtr();
 
+    public long getViewPtr();
+
     public LWWindowPeer getPeer();
 
     public boolean isUnderMouse();
 }