Don't know if this is right but it fixes a compile error...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
51c5e1f21e
commit
ec17cfa927
@ -34,8 +34,10 @@ wxScreenDC::wxScreenDC()
|
||||
SetPort( port ) ;
|
||||
m_macLocalOrigin.x = -pt.h ;
|
||||
m_macLocalOrigin.y = -pt.v ;
|
||||
#if wxMAC_USE_CORE_GRAPHICS
|
||||
m_macLocalOriginInPort = m_macLocalOrigin ;
|
||||
|
||||
#endif
|
||||
|
||||
BitMap screenBits;
|
||||
GetQDGlobalsScreenBits( &screenBits );
|
||||
m_minX = screenBits.bounds.left ;
|
||||
|
Loading…
Reference in New Issue
Block a user