]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.h
replace the <active> placement option with <placeOn>active/mouse/any</placeOn>
[chaz/openbox] / openbox / place.h
index e2f1d4e40c405e540d2a7da89916165a2951433e..6a9add40776f6493e0b65c474a6666b55d66e0aa 100644 (file)
@@ -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);
 
This page took 0.019914 seconds and 4 git commands to generate.