diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-06 08:06:54 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-06 08:06:54 +0000 |
| commit | d363f720a6b0d1c361bc2022d0e5fcd5a75fd04d (patch) | |
| tree | 468da3f0e2c52fb761cf3a89c6766dee6d15f45c /src/client.cc | |
| parent | d3b7c84d4c640face48dfb54d70de2bff1551429 (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.cc')
| -rw-r--r-- | src/client.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client.cc b/src/client.cc index 7a3754a6..253fd235 100644 --- a/src/client.cc +++ b/src/client.cc @@ -18,10 +18,9 @@ extern "C" { namespace ob { -OBClient::OBClient(BScreen *screen, Window window) - : _screen(screen), _window(window) +OBClient::OBClient(Window window) + : _window(window) { - assert(_screen); assert(window); // initialize vars to false/invalid values |
