LeastOverlap placement option (Fix bug 5385)
[dana/openbox.git] / openbox / place.h
index 94e2dc0..25df752 100644 (file)
@@ -28,7 +28,8 @@ struct _ObAppSettings;
 typedef enum
 {
     OB_PLACE_POLICY_SMART,
 typedef enum
 {
     OB_PLACE_POLICY_SMART,
-    OB_PLACE_POLICY_MOUSE
+    OB_PLACE_POLICY_MOUSE,
+    OB_PLACE_POLICY_LEASTOVERLAP,
 } ObPlacePolicy;
 
 typedef enum
 } ObPlacePolicy;
 
 typedef enum