diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-27 11:31:23 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-27 11:31:23 -0500 |
| commit | dd740b5562806a6b4692c938ad0e903ad89b6193 (patch) | |
| tree | 5887b7b312cadbfac3dd02676ffa54cc04a02482 /openbox/place.h | |
| parent | d409936faae594df7854b5b42ff707315ca33086 (diff) | |
replace the <active> placement option with <placeOn>active/mouse/any</placeOn>
Diffstat (limited to 'openbox/place.h')
| -rw-r--r-- | openbox/place.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openbox/place.h b/openbox/place.h index e2f1d4e4..6a9add40 100644 --- a/openbox/place.h +++ b/openbox/place.h @@ -31,6 +31,13 @@ typedef enum OB_PLACE_POLICY_MOUSE } ObPlacePolicy; +typedef enum +{ + OB_PLACE_MONITOR_ANY, + OB_PLACE_MONITOR_ACTIVE, + OB_PLACE_MONITOR_MOUSE +} ObPlaceMonitor; + gboolean place_client(struct _ObClient *client, gint *x, gint *y, struct _ObAppSettings *settings); |
