mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-26 04:30:38 +02:00
Start inotify with working mask (fixes previous commit)
This commit is contained in:
parent
5e7bcf3a1f
commit
0264b724d6
@ -9,7 +9,8 @@
|
||||
class Monitor {
|
||||
public:
|
||||
Monitor(std::string path, unsigned int flags = IN_MOVE |
|
||||
IN_CLOSE_WRITE | IN_DELETE | IN_CREATE);
|
||||
IN_CLOSE_WRITE | IN_DELETE | IN_CREATE |
|
||||
IN_DELETE_SELF | IN_MOVE_SELF);
|
||||
virtual ~Monitor();
|
||||
|
||||
int run(void);
|
||||
|
Loading…
Reference in New Issue
Block a user