X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6b44a3355390abef75580416efa5cd3b02fe2ca7..b39fc8d7b1b853cb15f39d51617214b7b90a8872:/src/x11/evtloop.cpp?ds=inline diff --git a/src/x11/evtloop.cpp b/src/x11/evtloop.cpp index ed86512596..5609a82ab1 100644 --- a/src/x11/evtloop.cpp +++ b/src/x11/evtloop.cpp @@ -30,7 +30,7 @@ #include "wx/module.h" #endif -#include "wx/private/socketevtdispatch.h" +#include "wx/private/selectdispatcher.h" #include "wx/unix/private.h" #include "wx/x11/private.h" #include "X11/Xlib.h" @@ -263,7 +263,7 @@ bool wxEventLoop::Dispatch() #if wxUSE_SOCKETS // handle any pending socket events: - wxSocketEventDispatcher::Get().RunLoop(); + wxSelectDispatcher::Get().RunLoop(0); #endif (void) m_impl->ProcessEvent( &event );