all repos — openbox @ e9d815173fc50f89951ddf675513ca683de12e51

openbox fork - make it a bit more like ryudo

big oops
Dana Jansens danakj@orodu.net
commit

e9d815173fc50f89951ddf675513ca683de12e51

parent

564b727966ef1a38309d45b2ab040c3deeb658a4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/moveresize.copenbox/moveresize.c

@@ -100,7 +100,7 @@ }

/* see how much it is actually going to resize */ { - gint cx = x, cy = y; + gint cx = *x, cy = *y; frame_frame_gravity(moveresize_client->frame, &cx, &cy, w, h); client_try_configure(moveresize_client, &cx, &cy, &w, &h, &lw, &lh, TRUE);