X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fplace.c;h=e9832ec30a3bb45775ee453add1d282715c2fab5;hb=dcb76cac8fdea9825332ba66894d8a63bd22c791;hp=e4c8aed89598d6ed23a28d6af214bcec008ea77a;hpb=292cb8b42e763634728d7e25d6987fcb5cbeb1aa;p=chaz%2Fopenbox diff --git a/openbox/place.c b/openbox/place.c index e4c8aed8..e9832ec3 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -480,7 +480,9 @@ static gboolean place_transient_splash(ObClient *client, gint *x, gint *y) } } - if (client->transient || client->type == OB_CLIENT_TYPE_SPLASH) { + if ((client->transient && client->type == OB_CLIENT_TYPE_DIALOG) + || client->type == OB_CLIENT_TYPE_SPLASH) + { Rect **areas; areas = pick_head(client);