--- old/src/macosx/native/sun/awt/AWTView.h 2012-04-24 15:10:02.000000000 +0400 +++ new/src/macosx/native/sun/awt/AWTView.h 2012-04-24 15:10:01.000000000 +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;