From e9d815173fc50f89951ddf675513ca683de12e51 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 1 May 2007 23:57:57 +0000 Subject: [PATCH] big oops --- openbox/moveresize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2