when an app doesn't specify PPosition or USPosition, then assume its PPosition
This commit is contained in:
parent
20cb425fd3
commit
c189771cef
1 changed files with 1 additions and 2 deletions
|
@ -427,8 +427,7 @@ void client_manage(Window window)
|
||||||
it is up to the placement routines to avoid
|
it is up to the placement routines to avoid
|
||||||
the xinerama divides) */
|
the xinerama divides) */
|
||||||
transient ||
|
transient ||
|
||||||
(((self->positioned & PPosition) &&
|
(!(self->positioned & USPosition) &&
|
||||||
!(self->positioned & USPosition)) &&
|
|
||||||
client_normal(self) &&
|
client_normal(self) &&
|
||||||
!self->session));
|
!self->session));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue