]> git.saurik.com Git - wxWidgets.git/commit
Fix wxWakeUpIdle() in Unix console application broken by r71089.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 16 May 2012 15:10:01 +0000 (15:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 16 May 2012 15:10:01 +0000 (15:10 +0000)
commitc4239f1920f34dd26e30550bbc7e7d3e6f3f2926
tree351d715f07eb1e56f9bd19aaf7a4384d0838c26d
parenta0b13884b41ff57c24cc1f3598c3fb23b8b9c0dc
Fix wxWakeUpIdle() in Unix console application broken by r71089.

Initialize m_pipeIsEmpty to true as we don't have anything in the pipe
initially and if this variable was false, nothing was ever written to the wake
up pipe and it was never set to true as nothing was read from it neither.

Closes #14166.

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