diff --git a/glfw/src/Cursor.zig b/glfw/src/Cursor.zig index 3937d495..36df011c 100644 --- a/glfw/src/Cursor.zig +++ b/glfw/src/Cursor.zig @@ -13,7 +13,7 @@ const Cursor = @This(); ptr: *c.GLFWcursor, // Standard system cursor shapes. -const Shape = enum(isize) { +pub const Shape = enum(isize) { /// The regular arrow cursor shape. arrow = c.GLFW_ARROW_CURSOR,