fix3
authorMikael Magnusson <mikachu@comhem.se>
Thu, 8 Jun 2006 11:40:40 +0000 (11:40 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 8 Jun 2006 11:40:40 +0000 (11:40 +0000)
openbox/place.h

index 05bad73..e4ac2de 100644 (file)
@@ -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