]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.c
add the rest of the possible states to per app settings, and fix some mem leaks in...
[chaz/openbox] / openbox / place.c
index e075489f7ae9e0cabc475d75de21144ff92f9c05..76aa38773175575f7703909b0eff7a33c23a1d0d 100644 (file)
@@ -410,7 +410,7 @@ static gboolean place_transient(ObClient *client, gint *x, gint *y)
     return FALSE;
 }
 
-void place_client(ObClient *client, gint *x, gint *y, ObAppSetting *settings)
+void place_client(ObClient *client, gint *x, gint *y, ObAppSettings *settings)
 {
     if (client->positioned)
         return;
This page took 0.024532 seconds and 4 git commands to generate.