merging r60178
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,8 +31,8 @@ wxScreenDCImpl::wxScreenDCImpl( wxDC *owner ) :
|
|||||||
wxWindowDCImpl( owner )
|
wxWindowDCImpl( owner )
|
||||||
{
|
{
|
||||||
#if wxOSX_USE_COCOA_OR_IPHONE
|
#if wxOSX_USE_COCOA_OR_IPHONE
|
||||||
m_graphicContext = NULL;
|
SetGraphicsContext( wxGraphicsContext::Create() );
|
||||||
m_ok = false ;
|
m_ok = true ;
|
||||||
#else
|
#else
|
||||||
CGRect cgbounds ;
|
CGRect cgbounds ;
|
||||||
cgbounds = CGDisplayBounds(CGMainDisplayID());
|
cgbounds = CGDisplayBounds(CGMainDisplayID());
|
||||||
|
Reference in New Issue
Block a user