Ensure that wxApp::Yield is always processing pending event by creating a
authorStefan Neis <Stefan.Neis@t-online.de>
Fri, 16 May 2008 12:50:26 +0000 (12:50 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Fri, 16 May 2008 12:50:26 +0000 (12:50 +0000)
commitf212e222e736f9f24d86edb5717508a159c38692
treedfc14683775a4c67c887ed8637666c8860365fee
parent9534c0039b9d708c7c0ab961f74c1b14f3bfec4c
Ensure that wxApp::Yield is always processing pending event by creating a
        temporary event loop if needed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/evtloop.h
src/motif/app.cpp
src/msw/app.cpp
src/os2/app.cpp
src/x11/app.cpp