diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 15:18:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 15:18:43 +0000 |
| commit | 1e6c375fdd1d10ba0b019505436069d21c751945 (patch) | |
| tree | cda9498b820276d335f5416eec51e9d3aa6fa4cf /openbox/moveresize.c | |
| parent | 06ed8ab6c03337710acba8d6a70781456e979384 (diff) | |
add the moveto action
Diffstat (limited to 'openbox/moveresize.c')
| -rw-r--r-- | openbox/moveresize.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 69dc18ba..01cbb795 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -105,7 +105,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; - frame_frame_gravity(moveresize_client->frame, &cx, &cy, w, h); + frame_frame_gravity(moveresize_client->frame, &cx, &cy); client_try_configure(moveresize_client, &cx, &cy, &w, &h, &lw, &lh, TRUE); } @@ -127,7 +127,7 @@ static void get_resize_position(gint *x, gint *y, gboolean cancel) break; } - frame_frame_gravity(moveresize_client->frame, x, y, w, h); + frame_frame_gravity(moveresize_client->frame, x, y); } static void popup_coords(ObClient *c, const gchar *format, gint a, gint b) |
