diff --git a/src/wl_platform.h b/src/wl_platform.h index 9fef848d..af977d93 100644 --- a/src/wl_platform.h +++ b/src/wl_platform.h @@ -332,7 +332,7 @@ typedef struct _GLFWlibraryWayland typedef struct _GLFWmonitorWayland { struct wl_output* output; - int name; + uint32_t name; int currentMode; int x;