summaryrefslogtreecommitdiff
path: root/src/bbwindow.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/bbwindow.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/bbwindow.hh')
-rw-r--r--src/bbwindow.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/bbwindow.hh b/src/bbwindow.hh
index ff92d5cc..1da5dc94 100644
--- a/src/bbwindow.hh
+++ b/src/bbwindow.hh
@@ -14,6 +14,8 @@ extern "C" {
#include "otk/timer.hh"
#include "otk/property.hh"
+#include "otk/rect.hh"
+#include "otk/strut.hh"
#include "blackbox.hh"
#include "util.hh"
@@ -148,7 +150,7 @@ private:
std::string title, icon_title;
otk::Rect rect;
- Strut strut;
+ otk::Strut strut;
int old_bw; // client's borderwidth
@@ -219,7 +221,7 @@ private:
otk::Rect changing;
otk::Rect rect; // frame geometry
- Strut margin; // margins between the frame and client
+ otk::Strut margin; // margins between the frame and client
int grab_x, grab_y; // where was the window when it was grabbed?