]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
yay! gravity finally works right!
[chaz/openbox] / openbox / frame.c
index ab0d331a6aa9de68c8b2d11f51eec7278b16bfff..2cd758699892fcf701864700e240b1bc83978361 100644 (file)
@@ -1386,7 +1386,7 @@ void frame_frame_gravity(ObFrame *self, gint *x, gint *y, gint w, gint h)
     case StaticGravity:
     case ForgetGravity:
         /* the client's position won't move */
-        *x -= self->size.left;
+        *x += self->size.left;
         break;
     }
 
This page took 0.02011 seconds and 4 git commands to generate.