From f3801affc6cbb18a05bed59c2ffa3adf38ffe888 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 8 Jun 2006 11:39:45 +0000 Subject: [PATCH] fix2 --- openbox/place.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/place.h b/openbox/place.h index 1d35888c..05bad739 100644 --- a/openbox/place.h +++ b/openbox/place.h @@ -29,6 +29,6 @@ typedef enum OB_PLACE_POLICY_MOUSE } ObPlacePolicy; -void place_client(struct _ObClient *client, gint *x, gint *y); +void place_client(struct _ObClient *client, gint *x, gint *y, ObAppSettings *settings); #endif -- 2.44.0