]> Dogcows Code - chaz/openbox/blobdiff - src/Workspace.hh
dont limit how big a window can be resized.
[chaz/openbox] / src / Workspace.hh
index 72203f2dbbd37329bd979a8c33828a54e6bbed24..df0411e130645cc221360cbf06e0359748f6d656 100644 (file)
@@ -65,6 +65,9 @@ private:
   void lowerTransients(const BlackboxWindow * const win,
                        StackVector::iterator &stack);
 
+  typedef std::vector<Rect> rectList;
+  rectList calcSpace(const Rect &win, const rectList &spaces) const;
+
   void placeWindow(BlackboxWindow *win);
   bool cascadePlacement(Rect& win, const int offset);
   bool smartPlacement(Rect& win);
This page took 0.021176 seconds and 4 git commands to generate.