adapting the MSW way for mutex gui

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-04-22 20:51:22 +00:00
parent 167d8a885f
commit f8df60f2b2

View File

@@ -1124,6 +1124,9 @@ void wxApp::MacHandleOneEvent( WXEVENTREF evr )
MacHandleUnhandledEvent(evr); MacHandleUnhandledEvent(evr);
} }
wxMacProcessNotifierAndPendingEvents() ; wxMacProcessNotifierAndPendingEvents() ;
#if wxUSE_THREADS
wxMutexGuiLeaveOrEnter();
#endif // wxUSE_THREADS
} }
long wxMacTranslateKey(unsigned char key, unsigned char code) ; long wxMacTranslateKey(unsigned char key, unsigned char code) ;