initial (not yet working) code for DirectFB port
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
|
||||
|
||||
// wxEventLoopManual is unused in the other ports
|
||||
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||
#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXDFB__)
|
||||
|
||||
// ============================================================================
|
||||
// wxEventLoopManual implementation
|
||||
@@ -152,4 +152,4 @@ void wxEventLoopManual::Exit(int rc)
|
||||
WakeUp();
|
||||
}
|
||||
|
||||
#endif // __WXMSW__ || __WXMAC__
|
||||
#endif // __WXMSW__ || __WXMAC__ || __WXDFB__
|
||||
|
Reference in New Issue
Block a user