]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.h
added first revision of the BestFit placement type.
[chaz/openbox] / src / Screen.h
index 13e58a2b0c3abca941be05147f65436b2ca4a968..06a0c15c9a5be8a4aa293053d08b548eebb7116b 100644 (file)
@@ -338,8 +338,8 @@ public:
   void updateNetizenWindowRaise(Window);
   void updateNetizenWindowLower(Window);
 
-  enum { RowSmartPlacement = 1, ColSmartPlacement, CascadePlacement, LeftRight,
-         RightLeft, TopBottom, BottomTop };
+  enum { RowSmartPlacement = 1, ColSmartPlacement, CascadePlacement,
+         BestFitPlacement, 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.023271 seconds and 4 git commands to generate.