From d363f720a6b0d1c361bc2022d0e5fcd5a75fd04d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Nov 2002 08:06:54 +0000 Subject: fix compiling with the new strut (new namespace) and fix general errors that broke compiling. make xeventhandler find the OBClient for most events.. --- src/client.hh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/client.hh') 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; } -- cgit v1.2.3