]> git.saurik.com Git - wxWidgets.git/commit - tests/fswatcher/fswatchertest.cpp
Support monitoring only some events in wxGTK wxFileSystemWatcher.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Nov 2012 22:24:22 +0000 (22:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Nov 2012 22:24:22 +0000 (22:24 +0000)
commitb77bb705dd090bbb674cebb29c167598f978c4a4
treef022eb21c53938d1537ca91a84d9197fe1f3e5d0
parenta386b9c6142df7631e160063a7b92995488b5e3e
Support monitoring only some events in wxGTK wxFileSystemWatcher.

Call inotify() with the appropriate flags instead of always using IN_ALL_EVENTS.

Closes #14832.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/fswatcher.h
src/unix/fswatcher_inotify.cpp
tests/fswatcher/fswatchertest.cpp