]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.h
fix3
[chaz/openbox] / openbox / place.h
index 05bad739b8538840c30f4ddd191be2045ac2793b..e4ac2debbfb1cd452dde7a884ccffde8b4cec413 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
This page took 0.022077 seconds and 4 git commands to generate.