No description
Using `is_tiled()` here doesn't work for fullscreen windows, since `is_tiled()` returns `false` for them. This (plus the previous changes for supporting minimize) seems to fix the behavior of `SDL_MINIMIZE_ON_FOCUS_LOSS` in XWayland applications (https://github.com/pop-os/cosmic-comp/issues/231). Wine had a similar issue, though I haven't tested it yet. It doesn't seem ideal visually that the fullscreen window becomes tiled then minimized itself, but that's less of a problem. May need to check if this is an issue with any other uses of `is_tiled()` or `is_floating()`. |
||
|---|---|---|
| .github/workflows | ||
| cosmic-comp-config | ||
| data | ||
| debian | ||
| resources | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| config.ron | ||
| flake.lock | ||
| flake.nix | ||
| i18n.toml | ||
| LICENSE | ||
| Makefile | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||