]> git.saurik.com Git - wxWidgets.git/commit - src/x11/evtloop.cpp
Call wxApp::ProcessPendingEvents() from wxX11 event loop.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 2009 00:23:16 +0000 (00:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 2009 00:23:16 +0000 (00:23 +0000)
commit1c9919467b422edf561753db25605bc7aa293b55
tree2dd020857c2f3c15f8f9e6ba84e3b0ae19af0c79
parent8e9d1258555c0e162db38ba27fbf4132939280ce
Call wxApp::ProcessPendingEvents() from wxX11 event loop.

Now that this function is not called from idle time (because it should be
called before, see r61441), the event loop must call explicitly so do it from
wxGUIEventLoop::Dispatch() in wxX11.

A probably better (but more time-consuming) fix would be to make wxX11 use
wxEventLoopManual as there doesn't seem to be any reason not to.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/x11/evtloop.cpp