jdk/src/macosx/native/sun/awt/AWTWindow.h
changeset 12535 6d2ee83614e8
parent 12402 f3903de3fd9e
child 12640 5ea775607d72
--- a/jdk/src/macosx/native/sun/awt/AWTWindow.h	Wed May 02 13:53:06 2012 +0400
+++ b/jdk/src/macosx/native/sun/awt/AWTWindow.h	Wed May 02 17:54:18 2012 +0400
@@ -56,6 +56,7 @@
                   contentView:(NSView *)contentView;
 
 - (void) adjustGrowBoxWindow;
+- (BOOL) isTopmostWindowUnderMouse;
 @end
 
 #endif _AWTWINDOW_H