From a85c9a7c6e88d94a833941d3efc368cf11243579 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 May 2002 14:53:06 +0000 Subject: added XAtom class, and it all now compiles. --- src/XAtom.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/XAtom.h') 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 #include -class XDisplay; -class XScreen; +class Openbox; +class ScreenInfo; class XAtom { typedef std::vector 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 -- cgit v1.2.3