mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Wayland labwc: Fix kitty timing out waiting for compositor to quit fucking around with scales on labwc
labwc is unique among Wayland compositors in implementing fractional scale but not preferred integer buffer scale events. We didn't cater to this particular combination of before. And to top it off it appears to have no way for the user to set/control the scale so I cant even test what it will do with fractional scales other than 1. Sigh. As with all things Wayland, you need to be a masochist to subject yourself to them. Fixes #7540
This commit is contained in:
@@ -61,6 +61,8 @@ Detailed list of changes
|
||||
|
||||
- Wayland: Fix regression in 0.34.0 causing flickering on window resize on NVIDIA drivers (:iss:`7493`)
|
||||
|
||||
- Wayland labwc: Fix kitty timing out waiting for compositor to quit fucking around with scales on labwc (:iss:`7540`)
|
||||
|
||||
0.35.1 [2024-05-31]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user