Fix mouse handling when using client side decorations

The mouse co-ordinates used by glfw were all wrong.
This commit is contained in:
Kovid Goyal
2021-03-25 09:27:25 +05:30
parent 7c7933efa9
commit fc8e147e4a
3 changed files with 15 additions and 13 deletions

View File

@@ -146,6 +146,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Wayland: Add support for the text input protocol (:iss:`3410`)
- Wayland: Fix mouse handling when using client side decorations
- Add an option, :opt:`detect_urls` to control whether kitty will detect URLs
when the mouse moves over them (:pull:`3118`)