summaryrefslogtreecommitdiff
path: root/openbox/place.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-06-08 11:40:40 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-06-08 11:40:40 +0000
commit76f514cf52cb6a30de8a7d3a8132bd67118ea463 (patch)
treef599f839e228d45b750d9b3d157d05a9ed4323f1 /openbox/place.h
parentf3801affc6cbb18a05bed59c2ffa3adf38ffe888 (diff)
fix3
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 05bad739..e4ac2deb 100644
--- a/openbox/place.h
+++ b/openbox/place.h
@@ -22,6 +22,7 @@
#include <glib.h>
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