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

Print this page

        

@@ -155,6 +155,11 @@
     public void setWindowState(int windowState);
 
     public long getLayerPtr();
 
     public LWWindowPeer getPeer();
+
+    /**
+     * Updates a shape of the shadow.
+     */
+    void invalidateShadow();
 }