]> icculus.org git repositories - dana/openbox.git/commit
Add/fix inotify support for watching filesystem changes.
authorDana Jansens <danakj@orodu.net>
Mon, 20 Sep 2010 19:45:36 +0000 (15:45 -0400)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Aug 2011 21:44:54 +0000 (17:44 -0400)
commit027eee9ae281a903647c85b2b8fb502c6fdd5f54
treede6872a0f49c950c63993a94f74e22f173d0c311
parent2ac09a769c31d5f05ba88d5f97eb8e1366aad95a
Add/fix inotify support for watching filesystem changes.

obt/watch.h has the interface.
obt/watch.c has the generic watch code.
obt/watch_inotify.c has an inotify-specific backend, which could be replaced with another.
Makefile.am
obt/watch.c
obt/watch.h
obt/watch_inotify.c [new file with mode: 0644]