kEventPriorityHigh );
}
-void wxGUIEventLoop::DoRun()
+void wxGUIEventLoop::OSXDoRun()
{
wxMacAutoreleasePool autoreleasepool;
RunApplicationEventLoop();
}
-void wxGUIEventLoop::DoStop()
+void wxGUIEventLoop::OSXDoStop()
{
QuitApplicationEventLoop();
}
// END move into a evtloop_osx.cpp
-void wxModalEventLoop::DoRun()
+void wxModalEventLoop::OSXDoRun()
{
wxWindowDisabler disabler(m_modalWindow);
wxMacAutoreleasePool autoreleasepool;
}
-void wxModalEventLoop::DoStop()
+void wxModalEventLoop::OSXDoStop()
{
wxMacAutoreleasePool autoreleasepool;
QuitAppModalLoopForWindow(m_modalNativeWindow);