]> Dogcows Code - chaz/openbox/commitdiff
dont center utility and stuff windows on screen
authorDana Jansens <danakj@orodu.net>
Tue, 29 May 2007 20:47:46 +0000 (20:47 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 29 May 2007 20:47:46 +0000 (20:47 +0000)
openbox/place.c

index e4c8aed89598d6ed23a28d6af214bcec008ea77a..e9832ec30a3bb45775ee453add1d282715c2fab5 100644 (file)
@@ -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);
This page took 0.023626 seconds and 4 git commands to generate.