summaryrefslogtreecommitdiff
path: root/openbox/place.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/place.h')
-rw-r--r--openbox/place.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/openbox/place.h b/openbox/place.h
index 02372320..1d35888c 100644
--- a/openbox/place.h
+++ b/openbox/place.h
@@ -23,6 +23,12 @@
struct _ObClient;
-void place_client(ObClient *client, gint *x, gint *y);
+typedef enum
+{
+ OB_PLACE_POLICY_SMART,
+ OB_PLACE_POLICY_MOUSE
+} ObPlacePolicy;
+
+void place_client(struct _ObClient *client, gint *x, gint *y);
#endif