diff options
Diffstat (limited to 'src/core/window.c')
-rw-r--r-- | src/core/window.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/window.c b/src/core/window.c index 55594fe3..781a9c36 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -8136,6 +8136,9 @@ meta_window_get_current_tile_area (MetaWindow *window, case META_TILE_CYCLE_25: tile_ratio = 1 / 4.0; break; + case META_TILE_CYCLE_100: + tile_ratio = 1 / 1.0; + break; case META_TILE_CYCLE_75: tile_ratio = 3 / 4.0; break; |