// Return true if we have a colour display
bool wxColourDisplay()
{
+ // always the case on OS X
return true;
}
*height = (int)bounds.size.height;
}
-#if wxUSE_BASE
-
-void wxMacWakeUp()
-{
- wxEventLoopBase * const loop = wxEventLoopBase::GetActive();
-
- if ( loop )
- loop->WakeUp();
-}
-
-#endif
-
#if wxUSE_GUI
// ----------------------------------------------------------------------------