diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-06-21 20:40:14 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-06-21 20:40:14 +0000 |
| commit | f4c0547b7a90c9647a2c39c3d1a737142eab088e (patch) | |
| tree | c079f53b69a92aa9b453e0025266bb19891c8516 /src/Netizen.hh | |
| parent | 1766453ca2ce30adf84798cb504e8b4d258bd08f (diff) | |
merge from netwm-merge2 to netwm-merge3. Basically, all of netwm that we intend to support is 'supported'. Just need to squash bugs now.
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; |
