X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/086fd5603bafc43c2ccf3dae6c9902204d10c4c1..588b8b7037d2b1c736863c43952b4d3a05c6cf2f:/src/x11/evtloop.cpp diff --git a/src/x11/evtloop.cpp b/src/x11/evtloop.cpp index ebe1ebb13a..483c4683f0 100644 --- a/src/x11/evtloop.cpp +++ b/src/x11/evtloop.cpp @@ -170,7 +170,7 @@ int wxEventLoop::Run() #endif if (!m_impl->SendIdleEvent()) { -#if 0 // wxUSE_THREADS +#if wxUSE_THREADS // leave the main loop to give other threads a chance to // perform their GUI work wxMutexGuiLeave();