--- ./metacity-2.10.2/src/constraints.c.orig 2005-07-20 01:42:07.000000000 +0200 +++ ./metacity-2.10.2/src/constraints.c 2005-07-20 01:41:31.000000000 +0200 @@ -627,6 +627,13 @@ int max_delta; int leftmost_x, rightmost_x, topmost_y, bottommost_y; + /* + * This is the function caging the windows. + * Run, little windows, run! + * /jc0 + */ + return; + get_outermost_onscreen_positions (window, info, orig, *x_delta, *y_delta, &leftmost_x, &rightmost_x, &topmost_y, &bottommost_y);