From c189771cef3e62995b9c528c65f794f0683e6688 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 27 May 2007 21:30:16 +0000 Subject: [PATCH] when an app doesn't specify PPosition or USPosition, then assume its PPosition --- openbox/client.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openbox/client.c b/openbox/client.c index aa0d8faf..275742b3 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -427,8 +427,7 @@ void client_manage(Window window) it is up to the placement routines to avoid the xinerama divides) */ transient || - (((self->positioned & PPosition) && - !(self->positioned & USPosition)) && + (!(self->positioned & USPosition) && client_normal(self) && !self->session)); } -- 2.39.2