From: Dana Jansens Date: Tue, 1 May 2007 23:57:57 +0000 (+0000) Subject: big oops X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=e9d815173fc50f89951ddf675513ca683de12e51;p=chaz%2Fopenbox big oops --- diff --git a/openbox/moveresize.c b/openbox/moveresize.c index b03aed95..8ab8c158 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -100,7 +100,7 @@ static void get_resize_position(gint *x, gint *y, gboolean cancel) /* 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);