]> git.saurik.com Git - wxWidgets.git/commit
Add wxEventLoopBase::DoRun().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:25:23 +0000 (00:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:25:23 +0000 (00:25 +0000)
commitc738d187e9af897f9540b30e7e46f4e496dd5754
treeb215671770ca57aa8d91ae7e2965045e2555498e
parenta1fe5f9048abbe5de7897d0459212146a12fb4e0
Add wxEventLoopBase::DoRun().

Call it from public Run() after setting the loop as active and resetting
m_shouldExit flag.

No real changes, just cut down on the code duplication among the ports and
make it easier to implement the upcoming changes. see #10258.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/evtloop.h
include/wx/evtloop.h
include/wx/gtk/evtloop.h
include/wx/osx/core/evtloop.h
src/cocoa/evtloop.mm
src/common/evtloopcmn.cpp
src/gtk/evtloop.cpp
src/gtk1/evtloop.cpp
src/motif/evtloop.cpp
src/osx/core/evtloop_cf.cpp
src/x11/evtloop.cpp