jdk/src/macosx/native/sun/awt/AWTView.h
changeset 12535 6d2ee83614e8
parent 12047 320a714614e9
child 13647 de61414bbcf2
--- a/jdk/src/macosx/native/sun/awt/AWTView.h	Wed May 02 13:53:06 2012 +0400
+++ b/jdk/src/macosx/native/sun/awt/AWTView.h	Wed May 02 17:54:18 2012 +0400
@@ -52,9 +52,12 @@
     BOOL fPAHNeedsToSelect;
 
     id cglLayer; // is a sublayer of view.layer
+
+    BOOL mouseIsOver;
 }
 
 @property (nonatomic, retain) id cglLayer;
+@property (nonatomic) BOOL mouseIsOver;
 
 - (id) initWithRect:(NSRect) rect platformView:(jobject)cPlatformView windowLayer:(CALayer*)windowLayer;
 - (void) deliverJavaMouseEvent: (NSEvent *) event;