diff options
Diffstat (limited to 'tile.cpp')
-rw-r--r-- | tile.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -508,10 +508,12 @@ TileWindow::placeWin (int x, int i_height; /* this checks if the window isnt smaller than minimum size it has defined */ - /*constrainMinMax (i_width, i_height, i_width, i_height); + /* FIXME: This creates broken tiled windows but should be + * done in theory */ + //window->constrainNewWindowSize (i_width, i_height, &i_width, &i_height); width = i_width; - height = i_height;*/ + height = i_height; /* does the window need to be moved? */ if (x == window->x () && y == window->y () && |