mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Weston: Fix client side decorations flickering on slow computers during window resize
Fixes #5162
This commit is contained in:
2
glfw/wl_platform.h
vendored
2
glfw/wl_platform.h
vendored
@@ -172,7 +172,7 @@ typedef struct _GLFWwindowWayland
|
||||
struct zwp_idle_inhibitor_v1* idleInhibitor;
|
||||
|
||||
struct {
|
||||
bool serverSide;
|
||||
bool serverSide, buffer_destroyed;
|
||||
_GLFWdecorationSideWayland focus;
|
||||
_GLFWWaylandCSDEdge top, left, right, bottom;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user