]> Dogcows Code - chaz/openbox/blobdiff - src/Workspace.h
gcc 3 compatibility, converted strstreams to stringstreams
[chaz/openbox] / src / Workspace.h
index d42f30eed376e824efed520634f800b8ca20f5a6..ab8dad3ffef7f559f57a55588985eb60e1075715 100644 (file)
@@ -46,10 +46,12 @@ private:
 
 
 protected:
-  void placeWindow(OpenboxWindow *);
+  void placeWindow(OpenboxWindow &);
   Point *bestFitPlacement(const Size &win_size, const Rect &space);
+  Point *underMousePlacement(const Size &win_size, const Rect &space);
   Point *rowSmartPlacement(const Size &win_size, const Rect &space);
-
+  Point *colSmartPlacement(const Size &win_size, const Rect &space);
+  Point *const cascadePlacement(const OpenboxWindow &window, const Rect &space);
 
 public:
   Workspace(BScreen &, int = 0);
This page took 0.023831 seconds and 4 git commands to generate.