Ignore out of order surface configure events

This commit is contained in:
Kovid Goyal
2022-03-01 07:59:17 +05:30
parent 1096cbe236
commit af6baa33be
2 changed files with 5 additions and 1 deletions

1
glfw/wl_platform.h vendored
View File

@@ -219,6 +219,7 @@ typedef struct _GLFWwindowWayland
struct {
int width, height;
uint32_t toplevel_states;
bool set;
} current, pending;
} _GLFWwindowWayland;