grow to edge is a move and a resize, oops
authorDana Jansens <danakj@orodu.net>
Tue, 2 Sep 2003 05:34:04 +0000 (05:34 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 2 Sep 2003 05:34:04 +0000 (05:34 +0000)
openbox/action.c

index 3b12017..2d3bf6c 100644 (file)
@@ -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)