From dc4cfa94c9cd7bd30cdc87a6e4ab8174d8a9703f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 30 Sep 2012 21:12:07 -0400 Subject: Make LeastOverlap placment replace the behaviour of Smart and address style nits --- openbox/place.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/place.h') diff --git a/openbox/place.h b/openbox/place.h index 25df752c..94e2dc0f 100644 --- a/openbox/place.h +++ b/openbox/place.h @@ -28,8 +28,7 @@ struct _ObAppSettings; typedef enum { OB_PLACE_POLICY_SMART, - OB_PLACE_POLICY_MOUSE, - OB_PLACE_POLICY_LEASTOVERLAP, + OB_PLACE_POLICY_MOUSE } ObPlacePolicy; typedef enum -- cgit v1.2.3