fixes for the case when only epoll() based wxFDIODispatcher is available

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-12-18 16:10:13 +00:00
parent c0f2dd1a54
commit 4eba3923cc
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
#include "wx/module.h"
#endif
#include "wx/private/selectdispatcher.h"
#include "wx/private/fdiodispatcher.h"
#include "wx/unix/private.h"
#include "wx/x11/private.h"
#include "X11/Xlib.h"
@@ -240,7 +240,7 @@ bool wxGUIEventLoop::Dispatch()
#if wxUSE_SOCKETS
// handle any pending socket events:
wxSelectDispatcher::DispatchPending();
wxFDIODispatcher::DispatchPending();
#endif
(void) m_impl->ProcessEvent( &event );