diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-01 23:57:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-01 23:57:57 +0000 |
| commit | e9d815173fc50f89951ddf675513ca683de12e51 (patch) | |
| tree | 146204637ccffc39e426d21b4c59f190528682bc /openbox/moveresize.c | |
| parent | 564b727966ef1a38309d45b2ab040c3deeb658a4 (diff) | |
big oops
Diffstat (limited to 'openbox/moveresize.c')
| -rw-r--r-- | openbox/moveresize.c | 2 |
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); |
