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/bbwindow.hh | |
| 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/bbwindow.hh')
| -rw-r--r-- | src/bbwindow.hh | 6 |
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? |
