diff options
Diffstat (limited to 'src/privatecore.h')
-rw-r--r-- | src/privatecore.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/privatecore.h b/src/privatecore.h index b21f483..8e1de6b 100644 --- a/src/privatecore.h +++ b/src/privatecore.h @@ -4,6 +4,15 @@ #include <compiz-core.h> #include <compcore.h> +extern bool shutDown; +extern bool restartSignal; + +typedef struct _CompWatchFd { + int fd; + FdWatchCallBack callBack; + CompWatchFdHandle handle; +} CompWatchFd; + class PrivateCore { public: |