]> Dogcows Code - chaz/openbox/commitdiff
don't resize windows when they are user size _or_ user positioned
authorDana Jansens <danakj@orodu.net>
Tue, 19 Jun 2007 21:24:02 +0000 (21:24 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 19 Jun 2007 21:24:02 +0000 (21:24 +0000)
openbox/client.c

index 506653752b357ff8164551b9856658811b675aea..cf6965ae24ade67a84338309fe434ebad6d9d0fe 100644 (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)))
     {
This page took 0.032607 seconds and 4 git commands to generate.