projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4150ae
)
dont center utility and stuff windows on screen
author
Dana Jansens
<danakj@orodu.net>
Tue, 29 May 2007 20:47:46 +0000
(20:47 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 29 May 2007 20:47:46 +0000
(20:47 +0000)
openbox/place.c
patch
|
blob
|
history
diff --git
a/openbox/place.c
b/openbox/place.c
index e4c8aed89598d6ed23a28d6af214bcec008ea77a..e9832ec30a3bb45775ee453add1d282715c2fab5 100644
(file)
--- 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);