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/bbwindow.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/bbwindow.hh') 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? -- cgit v1.2.3