summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-06 08:06:54 +0000
committerDana Jansens <danakj@orodu.net>2002-11-06 08:06:54 +0000
commitd363f720a6b0d1c361bc2022d0e5fcd5a75fd04d (patch)
tree468da3f0e2c52fb761cf3a89c6766dee6d15f45c /src/client.hh
parentd3b7c84d4c640face48dfb54d70de2bff1551429 (diff)
fix compiling with the new strut (new namespace)
and fix general errors that broke compiling. make xeventhandler find the OBClient for most events..
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client.hh b/src/client.hh
index fa441b6d..94f12ba3 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -13,8 +13,6 @@ extern "C" {
namespace ob {
-class BScreen;
-
class OBClient {
public:
enum Max { Max_None,
@@ -64,7 +62,6 @@ public:
};
private:
- BScreen *_screen;
Window _window;
//! The id of the group the window belongs to
@@ -143,7 +140,7 @@ private:
void updateClass();
public:
- OBClient(BScreen *screen, Window window);
+ OBClient(Window window);
virtual ~OBClient();
inline Window window() const { return _window; }