--- old/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.h 2015-04-29 19:53:41.000000000 +0400 +++ new/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.h 2015-04-29 19:53:41.000000000 +0400 @@ -84,14 +84,16 @@ - (id) initWithDelegate:(AWTWindow *)delegate frameRect:(NSRect)rect styleMask:(NSUInteger)styleMask - contentView:(NSView *)view; + contentView:(NSView *)view + zoomed:(BOOL)zoomed; @end @interface AWTWindow_Panel : NSPanel - (id) initWithDelegate:(AWTWindow *)delegate frameRect:(NSRect)rect styleMask:(NSUInteger)styleMask - contentView:(NSView *)view; + contentView:(NSView *)view + zoomed:(BOOL)zoomed; @end #endif _AWTWINDOW_H