diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-23 14:53:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-23 14:53:06 +0000 |
| commit | a85c9a7c6e88d94a833941d3efc368cf11243579 (patch) | |
| tree | a8a3a4edaeda1a6914cd2b4db4d02b0f4ae0019f /src/XAtom.h | |
| parent | 83347770a6f3ebdeec85945a7e28246030f53571 (diff) | |
added XAtom class, and it all now compiles.
Diffstat (limited to 'src/XAtom.h')
| -rw-r--r-- | src/XAtom.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/XAtom.h b/src/XAtom.h index 87afe2e4..9e6a6aed 100644 --- a/src/XAtom.h +++ b/src/XAtom.h @@ -28,8 +28,8 @@ #include <X11/Xatom.h> #include <vector> -class XDisplay; -class XScreen; +class Openbox; +class ScreenInfo; class XAtom { typedef std::vector<Window> SupportWindows; @@ -102,7 +102,7 @@ class XAtom { net_wm_ping; Atom getAtom(const char *name) const; - void setSupported(const XScreen *screen); + void setSupported(const ScreenInfo *screen); void setValue(Window win, Atom atom, Atom type, unsigned char *data, int size, int nelements, bool append) const; @@ -114,7 +114,7 @@ class XAtom { XAtom& operator=(const XAtom&); public: - XAtom(const XDisplay *display); + XAtom(Openbox &ob); virtual ~XAtom(); void setCardValue(Window win, Atom atom, long value) const; // 32-bit CARDINAL |
