#if wxUSE_THREADS
#include "wx/thread.h"
#endif
+#include "wx/timer.h"
#include "wx/x11/private.h"
#include "X11/Xlib.h"
// 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