don't resize windows when they are user size _or_ user positioned

This commit is contained in:
Dana Jansens 2007-06-19 21:24:02 +00:00
parent 607de587f3
commit 0e2492a501

View file

@ -394,7 +394,7 @@ void client_manage(Window window)
*/
if (ob_state() == OB_STATE_RUNNING &&
(transient ||
(!(self->sized & USSize) &&
(!(self->sized & USSize || self->positioned & USPosition) &&
client_normal(self) &&
!self->session)))
{