diff options
Diffstat (limited to 'src/Netizen.hh')
| -rw-r--r-- | src/Netizen.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Netizen.hh b/src/Netizen.hh index 2f7cbda2..aebd20e1 100644 --- a/src/Netizen.hh +++ b/src/Netizen.hh @@ -32,11 +32,13 @@ extern "C" { class Blackbox; class BScreen; class Netizen; +class XAtom; class Netizen { private: Blackbox *blackbox; BScreen *screen; + XAtom *xatom; Window window; XEvent event; |
