--- chimera/BrowserWindowController.h 2002/04/08 22:30:20 1.32 +++ chimera/BrowserWindowController.h 2002/04/12 08:45:17 1.34 @@ -65,6 +65,13 @@ NSModalSession mModalSession; BOOL mShouldAutosave; + + BOOL mDrawerCachedFrame; + NSRect mCachedFrameBeforeDrawerOpen; // This is used by the drawer to figure out if the window should + // be returned to its original position when the drawer closes. + NSRect mCachedFrameAfterDrawerOpen; + + int mChromeMask; // Indicates which parts of the window to show (e.g., don't show toolbars) } - (void)dealloc; @@ -109,4 +116,6 @@ -(void)autosaveWindowFrame; -(void)disableAutosave; +-(void)setChromeMask:(int)aMask; + @end