]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.h
fix2
[chaz/openbox] / openbox / place.h
index 0237232083c51cc98815a673ac8f8e4b1d05fb65..05bad739b8538840c30f4ddd191be2045ac2793b 100644 (file)
 
 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, ObAppSettings *settings);
 
 #endif
This page took 0.0232329999999999 seconds and 4 git commands to generate.