src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.h

Print this page

        

*** 82,97 **** @interface AWTWindow_Normal : NSWindow - (id) initWithDelegate:(AWTWindow *)delegate frameRect:(NSRect)rect styleMask:(NSUInteger)styleMask ! contentView:(NSView *)view; @end @interface AWTWindow_Panel : NSPanel - (id) initWithDelegate:(AWTWindow *)delegate frameRect:(NSRect)rect styleMask:(NSUInteger)styleMask ! contentView:(NSView *)view; @end #endif _AWTWINDOW_H --- 82,99 ---- @interface AWTWindow_Normal : NSWindow - (id) initWithDelegate:(AWTWindow *)delegate frameRect:(NSRect)rect styleMask:(NSUInteger)styleMask ! contentView:(NSView *)view ! zoomed:(BOOL)zoomed; @end @interface AWTWindow_Panel : NSPanel - (id) initWithDelegate:(AWTWindow *)delegate frameRect:(NSRect)rect styleMask:(NSUInteger)styleMask ! contentView:(NSView *)view ! zoomed:(BOOL)zoomed; @end #endif _AWTWINDOW_H