we are always compositing on the supported OS versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -625,7 +625,6 @@ public :
|
||||
virtual OSStatus GetRegion( ControlPartCode partCode , RgnHandle region );
|
||||
virtual OSStatus SetZOrder( bool above , wxMacControl* other );
|
||||
|
||||
bool IsCompositing() { return m_isCompositing; }
|
||||
bool IsRootControl() { return m_isRootControl; }
|
||||
|
||||
wxWindow* GetPeer() const
|
||||
@@ -642,7 +641,6 @@ protected :
|
||||
long m_windowStyle;
|
||||
wxWindow* m_peer;
|
||||
bool m_needsFocusRect;
|
||||
bool m_isCompositing;
|
||||
bool m_isRootControl;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user