Weston: Fix client side decorations flickering on slow computers during window resize

Fixes #5162
This commit is contained in:
Kovid Goyal
2022-06-03 11:00:56 +05:30
parent dca8c65376
commit 2f3dd72c84
3 changed files with 29 additions and 8 deletions

2
glfw/wl_platform.h vendored
View File

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