glfw: Make enum value name the same format as other enum value names

This commit is contained in:
InKryption 2021-11-11 17:06:26 +01:00 committed by Stephen Gutekanst
parent eef166e90b
commit e486794be3

View file

@ -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,