]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
remove debug print
[chaz/openbox] / 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.020434 seconds and 4 git commands to generate.