X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fplace.c;h=76aa38773175575f7703909b0eff7a33c23a1d0d;hb=ff04e2c9a98325e4ae13958ef63b455df303abc9;hp=78e94814fcb6f334510e3592f588d1d9171050a3;hpb=de1559a09497ae4ead44a6e70b556123a5bab35c;p=chaz%2Fopenbox diff --git a/openbox/place.c b/openbox/place.c index 78e94814..76aa3877 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -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;