X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fbbwindow.hh;h=b7472323d1cdaf7eed6432c7a0a00744cbd4c7dc;hb=410a8264586671256f4a2d1b3095fa6ecffc01bd;hp=ff92d5ccd57702064a0b5ff30b504d29fb24d948;hpb=c9f36d34a414123cec8ebc35c87b8b9d5673b155;p=chaz%2Fopenbox diff --git a/src/bbwindow.hh b/src/bbwindow.hh index ff92d5cc..b7472323 100644 --- a/src/bbwindow.hh +++ b/src/bbwindow.hh @@ -14,8 +14,10 @@ extern "C" { #include "otk/timer.hh" #include "otk/property.hh" +#include "otk/rect.hh" +#include "otk/strut.hh" #include "blackbox.hh" -#include "util.hh" +#include "otk/util.hh" #define MwmHintsFunctions (1l << 0) #define MwmHintsDecorations (1l << 1) @@ -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?