Now wxYield() calls wxApp::ProcessIdle() which also
authorRobert Roebling <robert@roebling.de>
Sun, 23 May 1999 19:33:16 +0000 (19:33 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 23 May 1999 19:33:16 +0000 (19:33 +0000)
commit1601ab7a280b35b6829b8b353942f872b1d1a772
tree40ccae2df56deeaed89f487c03c6f63a659fdc46
parente459f82d0110709444984bf739314f4a84de48d3
  Now wxYield() calls wxApp::ProcessIdle() which also
   entails that wxYield() will flush events that have
   been sent from other threads. I don't know what
   wxMSW does here, but I guess the same wouldn't be
   bad.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/app.cpp
src/gtk1/app.cpp