mirror of
https://github.com/brl/mutter.git
synced 2025-07-06 10:59:51 +00:00
window: Add a missing break
When adding maximize tiling, the cleaning of the tiled flag was refactored to use a switch statement - a break was missed in the process.
This commit is contained in:
@ -8424,6 +8424,7 @@ update_tile_mode (MetaWindow *window)
|
||||
case META_TILE_RIGHT:
|
||||
if (!META_WINDOW_TILED_SIDE_BY_SIDE (window))
|
||||
window->tile_mode = META_TILE_NONE;
|
||||
break;
|
||||
case META_TILE_MAXIMIZED:
|
||||
if (!META_WINDOW_MAXIMIZED (window))
|
||||
window->tile_mode = META_TILE_NONE;
|
||||
|
Reference in New Issue
Block a user