]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
don't resize windows when they are user size _or_ user positioned
[chaz/openbox] / 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.020485 seconds and 4 git commands to generate.