]> Dogcows Code - chaz/openbox/blobdiff - src/Workspace.h
added first revision of the BestFit placement type.
[chaz/openbox] / src / Workspace.h
index f9700bdce74907d9b9dd26c419b559ea498ad180..441a8733e4114afeca33725976aab5ff12646439 100644 (file)
@@ -26,6 +26,7 @@
 #include <X11/Xlib.h>
 
 #include "LinkedList.h"
+#include "Geometry.h"
 
 class BScreen;
 class Clientmenu;
@@ -46,6 +47,8 @@ private:
 
 protected:
   void placeWindow(OpenboxWindow *);
+  Point *bestFitPlacement(const Size &win_size, const Rect &space);
+  Point *rowSmartPlacement(const Size &win_size, const Rect &space);
 
 
 public:
This page took 0.021593 seconds and 4 git commands to generate.