]> Dogcows Code - chaz/openbox/blobdiff - src/Workspace.hh
dont limit how big a window can be resized.
[chaz/openbox] / src / Workspace.hh
index 819b6391764a88df4771734f981b995aaa5c6ef0..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);
@@ -85,6 +88,9 @@ public:
 
   inline void setLastFocusedWindow(BlackboxWindow *w) { lastfocus = w; }
 
+  inline const BlackboxWindowList& getStackingList() const
+  { return stackingList; }
+
   BlackboxWindow* getWindow(unsigned int index);
   BlackboxWindow* getNextWindowInList(BlackboxWindow *w);
   BlackboxWindow* getPrevWindowInList(BlackboxWindow *w);
This page took 0.027239 seconds and 4 git commands to generate.