diff options
Diffstat (limited to 'tile.h')
-rw-r--r-- | tile.h | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -114,9 +114,7 @@ class TileScreen : /* Tiling modes */ void - restoreTile (CompWindowExtents &border, - XRectangle &workArea, - int count); + restoreTile (); void squareTile (CompWindowExtents &border, @@ -156,6 +154,9 @@ class TileScreen : /* Actions */ bool + chooseTileModeAndTile (); + + bool applyTiling (CompAction *action, CompAction::State state, CompOption::Vector options, @@ -220,6 +221,7 @@ class TileWindow : bool alreadyResized; bool needConfigure; + bool skipReTile; Tiler *tiler; |