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

Print this page

        

*** 44,53 **** --- 44,54 ---- jint styleBits; BOOL isEnabled; NSWindow *nsWindow; AWTWindow *ownerWindow; jint preFullScreenLevel; + NSRect standardFrame; } // An instance of either AWTWindow_Normal or AWTWindow_Panel @property (nonatomic, retain) NSWindow *nsWindow;
*** 57,67 **** @property (nonatomic) NSSize javaMinSize; @property (nonatomic) NSSize javaMaxSize; @property (nonatomic) jint styleBits; @property (nonatomic) BOOL isEnabled; @property (nonatomic) jint preFullScreenLevel; ! - (id) initWithPlatformWindow:(JNFWeakJObjectWrapper *)javaPlatformWindow ownerWindow:owner styleBits:(jint)styleBits frameRect:(NSRect)frameRect --- 58,68 ---- @property (nonatomic) NSSize javaMinSize; @property (nonatomic) NSSize javaMaxSize; @property (nonatomic) jint styleBits; @property (nonatomic) BOOL isEnabled; @property (nonatomic) jint preFullScreenLevel; ! @property (nonatomic) NSRect standardFrame; - (id) initWithPlatformWindow:(JNFWeakJObjectWrapper *)javaPlatformWindow ownerWindow:owner styleBits:(jint)styleBits frameRect:(NSRect)frameRect