--- constraints.c.unpatched 2004-02-22 20:48:29.000000000 -0500 +++ constraints.c 2004-06-02 21:49:40.000000000 -0400 @@ -463,7 +463,8 @@ tmp = tmp->next; } - *topmost_y_p = *topmost_y_p + info->fgeom.top_height; + // *topmost_y_p = *topmost_y_p + info->fgeom.top_height; + *topmost_y_p = *topmost_y_p - orig->height + 5; } tmp = workspaces;