cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1939,20 +1939,6 @@ CGColorRef wxMacCreateCGColorFromHITheme( ThemeBrush brush )
|
|||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __LP64__
|
|
||||||
|
|
||||||
wxMacPortSaver::wxMacPortSaver( GrafPtr port )
|
|
||||||
{
|
|
||||||
::GetPort( &m_port );
|
|
||||||
::SetPort( port );
|
|
||||||
}
|
|
||||||
|
|
||||||
wxMacPortSaver::~wxMacPortSaver()
|
|
||||||
{
|
|
||||||
::SetPort( m_port );
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if wxMAC_USE_QUICKDRAW
|
#if wxMAC_USE_QUICKDRAW
|
||||||
|
|
||||||
void wxMacGlobalToLocal( WindowRef window , Point*pt )
|
void wxMacGlobalToLocal( WindowRef window , Point*pt )
|
||||||
|
Reference in New Issue
Block a user