From 76f514cf52cb6a30de8a7d3a8132bd67118ea463 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 8 Jun 2006 11:40:40 +0000 Subject: [PATCH] fix3 --- openbox/place.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbox/place.h b/openbox/place.h index 05bad739..e4ac2deb 100644 --- a/openbox/place.h +++ b/openbox/place.h @@ -22,6 +22,7 @@ #include struct _ObClient; +struct _ObAppSettings; typedef enum { @@ -29,6 +30,6 @@ typedef enum OB_PLACE_POLICY_MOUSE } ObPlacePolicy; -void place_client(struct _ObClient *client, gint *x, gint *y, ObAppSettings *settings); +void place_client(struct _ObClient *client, gint *x, gint *y, struct _ObAppSettings *settings); #endif -- 2.44.0