Compile in non-CG mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
528a5e8f92
commit
3b5bf72fbe
@ -112,7 +112,9 @@ static wxBrush MacGetBackgroundBrush( wxWindow* window )
|
||||
wxWindowDC::wxWindowDC()
|
||||
{
|
||||
m_window = NULL ;
|
||||
#if wxMAC_USE_CORE_GRAPHICS
|
||||
m_release = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
wxWindowDC::wxWindowDC(wxWindow *window)
|
||||
|
Loading…
Reference in New Issue
Block a user