]> git.saurik.com Git - wxWidgets.git/commit
Make Unix wxAppConsole signal handling more flexible.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:31:03 +0000 (00:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:31:03 +0000 (00:31 +0000)
commitd5ab427f23dad393d9d867afeb1af3892ce00f3b
tree29df139f86efb97f39d93fc29e80922e75a4f331
parent39bc0168c3eb5809468ae677999902b3478494a0
Make Unix wxAppConsole signal handling more flexible.

Instead of hardcoding the call to WakeUpIdle() in the signal handler itself,
just wake up the event loop when we catch a signal. This will still result in
WakeUpIdle() being called, before the next event loop iteration, but it will
also allow us to do other things on wakeup from signal as it will be done in
the upcoming wxExecute() changes to support wxEXEC_NOEVENTS in console
applications.

See #10258.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/unix/app.h
src/unix/appunix.cpp