summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-01 23:57:57 +0000
committerDana Jansens <danakj@orodu.net>2007-05-01 23:57:57 +0000
commite9d815173fc50f89951ddf675513ca683de12e51 (patch)
tree146204637ccffc39e426d21b4c59f190528682bc /openbox
parent564b727966ef1a38309d45b2ab040c3deeb658a4 (diff)
big oops
Diffstat (limited to 'openbox')
-rw-r--r--openbox/moveresize.c2
1 files changed, 1 insertions, 1 deletions
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);