]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.h
fixed col placement
[chaz/openbox] / src / Screen.h
index 99fbf40210dc0f924291d673350964affd4aa67a..124d4f98635501e60d89aca4f674638b285f1f27 100644 (file)
@@ -187,6 +187,8 @@ public:
 
   inline Toolbar *getToolbar() { return toolbar; }
 
+  Rect availableArea() const;
+  
   inline Workspace *getWorkspace(int w) { return workspacesList->find(w); }
   inline Workspace *getCurrentWorkspace() { return current_workspace; }
 
@@ -310,7 +312,8 @@ public:
   void updateNetizenWindowLower(Window);
 
   enum { RowSmartPlacement = 1, ColSmartPlacement, CascadePlacement,
-         BestFitPlacement, LeftRight, RightLeft, TopBottom, BottomTop };
+         BestFitPlacement, UnderMousePlacement, ClickMousePlacement,
+         LeftRight, RightLeft, TopBottom, BottomTop };
   enum { LeftJustify = 1, RightJustify, CenterJustify };
   enum { RoundBullet = 1, TriangleBullet, SquareBullet, NoBullet };
   enum { Restart = 1, RestartOther, Exit, Shutdown, Execute, Reconfigure,
This page took 0.024737 seconds and 4 git commands to generate.