+ BitMap screenBits;
+ GetQDGlobalsScreenBits( &screenBits );
+ m_minX = screenBits.bounds.left ;
+ #if TARGET_CARBON
+ SInt16 height ;
+ GetThemeMenuBarHeight( &height ) ;
+ m_minY = screenBits.bounds.top + height ;
+ #else
+ m_minY = screenBits.bounds.top + LMGetMBarHeight() ;
+ #endif
+ m_maxX = screenBits.bounds.right ;
+ m_maxY = screenBits.bounds.bottom ;