Wayland GNOME: Workaround bug in mutter causing double tap on titlebar to not always work

Fixes #8054
This commit is contained in:
Kovid Goyal
2024-11-18 08:46:17 +05:30
parent 4f6ca36bc2
commit 1ff74b86dc
3 changed files with 11 additions and 5 deletions

2
glfw/wl_platform.h vendored
View File

@@ -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;