From 8e63ffdabdc3be3ad355dcaddd47d8e71c510739 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 28 Sep 2003 09:01:04 +0000 Subject: add option for under-mouse placement --- openbox/place.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'openbox/place.h') 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 -- cgit v1.2.3