mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-26 04:27:31 +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 {
|
class Monitor {
|
||||||
public:
|
public:
|
||||||
Monitor(std::string path, unsigned int flags = IN_MOVE |
|
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();
|
virtual ~Monitor();
|
||||||
|
|
||||||
int run(void);
|
int run(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user