]> git.saurik.com Git - wxWidgets.git/commit
added wxLog::Suspend/Resume and wxYield() uses them now so that it won't flush
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Feb 2000 10:00:29 +0000 (10:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Feb 2000 10:00:29 +0000 (10:00 +0000)
commit2ed3265e18ed0470d7b56bc2a8a6796c697b90af
tree3bb238ab2a0ccd9365823515f935688c08210a76
parent6daa30a07e725f267464951d6c60788248267016
added wxLog::Suspend/Resume and wxYield() uses them now so that it won't flush
the messages any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/log.h
src/common/log.cpp
src/gtk/app.cpp
src/gtk1/app.cpp
src/msw/app.cpp