Wayland GNOME: Fix a small rendering artifact when docking a window at a screen edge or maximizing it

For some reason destroying the shadow surfaces causes mutter to render one of them at its old relative position. So workaround by not destroying the surfaces, modern mutter anyway seems to hide them when the window is docked.

Fixes #7701
This commit is contained in:
Kovid Goyal
2024-08-07 13:34:10 +05:30
parent 75d0dcab8d
commit d7902f6b24
3 changed files with 14 additions and 21 deletions

View File

@@ -132,6 +132,8 @@ Detailed list of changes
- Wayland GNOME: Fix the font size in the OS Window title bar changing with the size of the text in the window (:disc:`7677`)
- Wayland GNOME: Fix a small rendering artifact when docking a window at a screen edge or maximizing it (:iss:`7701`)
0.35.2 [2024-06-22]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~