]> Dogcows Code - chaz/openbox/blobdiff - src/bbwindow.hh
get the min/max sizes
[chaz/openbox] / src / bbwindow.hh
index 628728e10670563a674bb8d3f3d4724718eda803..1da5dc945bdb61c08d9b9e97baa9f04cefce2f2b 100644 (file)
@@ -13,6 +13,9 @@ extern "C" {
 #include <string>
 
 #include "otk/timer.hh"
+#include "otk/property.hh"
+#include "otk/rect.hh"
+#include "otk/strut.hh"
 #include "blackbox.hh"
 #include "util.hh"
 
@@ -104,7 +107,7 @@ public:
 private:
   Blackbox *blackbox;
   BScreen *screen;
-  OBAtom *xatom;
+  otk::OBProperty *xatom;
   otk::OBTimer *timer;
   BlackboxAttributes blackbox_attrib;
 
@@ -147,7 +150,7 @@ private:
     std::string title, icon_title;
 
     otk::Rect rect;
-    Strut strut;
+    otk::Strut strut;
 
     int old_bw;                       // client's borderwidth
 
@@ -218,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?
 
This page took 0.020413 seconds and 4 git commands to generate.