glfw: Make enum value name the same format as other enum value names
This commit is contained in:
parent
eef166e90b
commit
e486794be3
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ pub const Hint = enum(c_int) {
|
|||
maximized = c.GLFW_MAXIMIZED,
|
||||
|
||||
/// Cursor centering window hint
|
||||
center = c.GLFW_CENTER_CURSOR,
|
||||
center_cursor = c.GLFW_CENTER_CURSOR,
|
||||
|
||||
/// Window framebuffer transparency hint
|
||||
transparent_framebuffer = c.GLFW_TRANSPARENT_FRAMEBUFFER,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue