]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/evtloop.cpp
Correction for 'protected' compiler error
[wxWidgets.git] / src / x11 / evtloop.cpp
index da51dca79ea3ba65a7e75fae9b455c34758dfa9d..dd8a8f030ec59560324516b39206a510bc5a1259 100644 (file)
@@ -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