diff --git a/src/wl_platform.h b/src/wl_platform.h index 13f4ab31..22298303 100644 --- a/src/wl_platform.h +++ b/src/wl_platform.h @@ -330,7 +330,7 @@ typedef struct _GLFWlibraryWayland typedef struct _GLFWmonitorWayland { struct wl_output* output; - int name; + uint32_t name; int currentMode; int x;