X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7266b6723573ce6317577226cb1e5d32826e24e8..6feddea302d401adad1a97796675f8737d3b9d23:/src/x11/evtloop.cpp diff --git a/src/x11/evtloop.cpp b/src/x11/evtloop.cpp index da51dca79e..dd8a8f030e 100644 --- a/src/x11/evtloop.cpp +++ b/src/x11/evtloop.cpp @@ -28,6 +28,7 @@ #if wxUSE_THREADS #include "wx/thread.h" #endif +#include "wx/timer.h" #include "wx/x11/private.h" #include "X11/Xlib.h" @@ -162,6 +163,9 @@ int wxEventLoop::Run() // anything else to do while ( ! Pending() ) { +#if wxUSE_TIMER + wxTimer::NotifyTimers(); // TODO: is this the correct place for it? +#endif if (!m_impl->SendIdleEvent()) { #if 0 // wxUSE_THREADS