adjusting to API change of cocoa and carbon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
74b965198c
commit
b5f597047c
@ -106,6 +106,13 @@ void wxGUIEventLoop::DoStop()
|
|||||||
{
|
{
|
||||||
return wxCFEventLoop::DoStop();
|
return wxCFEventLoop::DoStop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CFRunLoopRef wxGUIEventLoop::CFGetCurrentRunLoop() const
|
||||||
|
{
|
||||||
|
return wxCFEventLoop::CFGetCurrentRunLoop();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// TODO move into a evtloop_osx.cpp
|
// TODO move into a evtloop_osx.cpp
|
||||||
|
|
||||||
wxModalEventLoop::wxModalEventLoop(wxWindow *modalWindow)
|
wxModalEventLoop::wxModalEventLoop(wxWindow *modalWindow)
|
||||||
|
Loading…
Reference in New Issue
Block a user