// Return true if we have a colour display
bool wxColourDisplay()
{
+ // always the case on OS X
return true;
}
-#if wxUSE_BASE
-
-void wxMacWakeUp()
-{
- wxEventLoopBase * const loop = wxEventLoopBase::GetActive();
-
- if ( loop )
- loop->WakeUp();
-}
-
-#endif
-
#if wxOSX_USE_COCOA_OR_CARBON
// Returns depth of screen
int wxDisplayDepth()