summaryrefslogtreecommitdiff
path: root/openbox/action.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-02 05:34:04 +0000
committerDana Jansens <danakj@orodu.net>2003-09-02 05:34:04 +0000
commitfa55dc4bb1a349cfb3a55f7d0f85b03d6fa0e09f (patch)
tree00da70fc2ae8aa6c57158feb02b53e28e66eb0df /openbox/action.c
parentcf40ff879161d33f3879c855d0c787d3a335b342 (diff)
grow to edge is a move and a resize, oops
Diffstat (limited to 'openbox/action.c')
-rw-r--r--openbox/action.c2
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)