]> git.saurik.com Git - wxWidgets.git/commit - include/wx/unix/evtloop.h
Change wxWakeUpPipe to be a wxEventLoopSourceHandler.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:30:39 +0000 (00:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Jul 2013 00:30:39 +0000 (00:30 +0000)
commit39bc0168c3eb5809468ae677999902b3478494a0
treec1d0cdad846f3c0df352020ae9b3f49fbce38155
parent64b4a35954c4cd98a63a9f3d9f7e17ef0c15f30c
Change wxWakeUpPipe to be a wxEventLoopSourceHandler.

No real changes but use wxEventLoopSource::AddSourceForFD() instead of
wxFDIODispatcher::RegisterFD() for this pipe because this is the preferred way
and because it will allow reusing this class for wxExecute() purposes later.

See #10258.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/unix/evtloop.h
include/wx/unix/private/wakeuppipe.h
src/unix/evtloopunix.cpp
src/unix/wakeuppipe.cpp