when an app doesn't specify PPosition or USPosition, then assume its PPosition

This commit is contained in:
Dana Jansens 2007-05-27 21:30:16 +00:00
parent 20cb425fd3
commit c189771cef

View file

@ -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));
}