git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64348
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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()
*height = (int)bounds.size.height;
}
-#if wxUSE_BASE
-
-void wxMacWakeUp()
-{
- wxEventLoopBase * const loop = wxEventLoopBase::GetActive();
-
- if ( loop )
- loop->WakeUp();
-}
-
-#endif
-
#if wxUSE_GUI
// ----------------------------------------------------------------------------