glfw: make glfw.Cursor.Shape public
Following a similar change made to types in 'Window.zig'
This commit is contained in:
parent
673ce14acf
commit
70c7da4ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue