]> 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 78e94814fcb6f334510e3592f588d1d9171050a3..76aa38773175575f7703909b0eff7a33c23a1d0d 100644 (file)
@@ -331,7 +331,7 @@ static gboolean place_under_mouse(ObClient *client, gint *x, gint *y)
     return TRUE;
 }
 
-void place_window_from_settings(ObClient *client, gint *x, gint *y, ObAppSettings *settings)
+static gboolean place_per_app_setting(ObClient *client, gint *x, gint *y, ObAppSettings *settings)
 {
     gint px, py, i;
     Rect *screen;
@@ -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.02144 seconds and 4 git commands to generate.