]> Dogcows Code - chaz/openbox/commitdiff
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 3b1201747cee809d338989fa1e90a0d71564e262..2d3bf6c33b3a5ee411d7efe2802ac9103cbdf98b 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)
This page took 0.024209 seconds and 4 git commands to generate.