summaryrefslogtreecommitdiff
path: root/openbox/place.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2012-09-30 21:12:07 -0400
committerDana Jansens <danakj@orodu.net>2012-10-06 21:56:56 -0400
commitdc4cfa94c9cd7bd30cdc87a6e4ab8174d8a9703f (patch)
tree5a5edc05f4010d43e41c1f95b600935c839ed388 /openbox/place.h
parent4d2ccf19168a4089a6a0de0109610479ec6d5507 (diff)
Make LeastOverlap placment replace the behaviour of Smart and address style nits
Diffstat (limited to 'openbox/place.h')
-rw-r--r--openbox/place.h3
1 files changed, 1 insertions, 2 deletions
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