summaryrefslogtreecommitdiff
path: root/openbox/place.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/place.h')
-rw-r--r--openbox/place.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/place.h b/openbox/place.h
index e4ac2deb..dd8831b7 100644
--- a/openbox/place.h
+++ b/openbox/place.h
@@ -30,6 +30,7 @@ typedef enum
OB_PLACE_POLICY_MOUSE
} ObPlacePolicy;
-void place_client(struct _ObClient *client, gint *x, gint *y, struct _ObAppSettings *settings);
+gboolean place_client(struct _ObClient *client, gint *x, gint *y,
+ struct _ObAppSettings *settings);
#endif