Commit 070ef01
committed
display.c: Exclude 'always on top' windows from the monitor
fullscreen check.
Commit a88891a loosened the rules on what could 'break' fullscreen
mode for a monitor, in order to improve usability in situations
where the user 'alt-tabs' to another application but no panel
appears - there's no way out except back to the fullscreen window.
Unfortunately this broke a use-case of having a small window pinned
above a fullscreen application. So skip these windows in our
calculations.
Fixes linuxmint/cinnamon#13463.1 parent fc56622 commit 070ef01
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3542 | 3542 | | |
3543 | 3543 | | |
3544 | 3544 | | |
3545 | | - | |
| 3545 | + | |
3546 | 3546 | | |
3547 | 3547 | | |
3548 | 3548 | | |
| |||
0 commit comments