]> 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>
Sun, 30 Sep 2012 16:01:51 +0000 (12:01 -0400)
commit72e0719d708b6a18b33dd924764df1d939bdd80e
treefe994c17d3ab8d8777f123a6670d4b5c972c0218
parent5d93575b17d7c09cc749062a224dbd05ace6da81
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]