Try to use the activation protocol to focus windows

This commit is contained in:
Kovid Goyal
2022-09-11 10:39:28 +05:30
parent 4d30ae55f3
commit ba8d30896b
3 changed files with 27 additions and 11 deletions

2
glfw/wl_platform.h vendored
View File

@@ -293,7 +293,7 @@ typedef struct _GLFWlibraryWayland
struct wl_surface* cursorSurface;
GLFWCursorShape cursorPreviousShape;
uint32_t serial;
uint32_t serial, input_serial;
int32_t keyboardRepeatRate;
monotonic_t keyboardRepeatDelay;