diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-02 05:34:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-02 05:34:04 +0000 |
| commit | fa55dc4bb1a349cfb3a55f7d0f85b03d6fa0e09f (patch) | |
| tree | 00da70fc2ae8aa6c57158feb02b53e28e66eb0df /openbox | |
| parent | cf40ff879161d33f3879c855d0c787d3a335b342 (diff) | |
grow to edge is a move and a resize, oops
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/action.c b/openbox/action.c index 3b120174..2d3bf6c3 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1203,7 +1203,7 @@ void action_growtoedge(union ActionData *data) frame_frame_gravity(c->frame, &x, &y); width -= c->frame->size.left + c->frame->size.right; height -= c->frame->size.top + c->frame->size.bottom; - client_move(c, x, y); + client_move_resize(c, x, y, width, height); } void action_send_to_layer(union ActionData *data) |
