mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Wayland GNOME: Workaround bug in mutter causing double tap on titlebar to not always work
Fixes #8054
This commit is contained in:
2
glfw/wl_platform.h
vendored
2
glfw/wl_platform.h
vendored
@@ -221,7 +221,7 @@ typedef struct _GLFWwindowWayland
|
||||
} pointerLock;
|
||||
|
||||
struct {
|
||||
bool serverSide, buffer_destroyed, titlebar_needs_update;
|
||||
bool serverSide, buffer_destroyed, titlebar_needs_update, dragging;
|
||||
_GLFWCSDSurface focus;
|
||||
|
||||
_GLFWWaylandCSDSurface titlebar, shadow_left, shadow_right, shadow_top, shadow_bottom, shadow_upper_left, shadow_upper_right, shadow_lower_left, shadow_lower_right;
|
||||
|
||||
Reference in New Issue
Block a user