glfw: correct typo in constant name

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-10-23 22:12:56 -07:00
parent d2d1f0b222
commit 388f3aa659

View file

@ -104,7 +104,7 @@ pub const context_revision = c.GLFW_CONTEXT_REVISION;
pub const context_robustness = c.GLFW_CONTEXT_ROBUSTNESS; pub const context_robustness = c.GLFW_CONTEXT_ROBUSTNESS;
/// OpenGL forward-compatibility hint and attribute. /// OpenGL forward-compatibility hint and attribute.
pub const opengl_foward_compat = c.GLFW_OPENGL_FORWARD_COMPAT; pub const opengl_forward_compat = c.GLFW_OPENGL_FORWARD_COMPAT;
/// Debug mode context hint and attribute. /// Debug mode context hint and attribute.
pub const opengl_debug_context = c.GLFW_OPENGL_DEBUG_CONTEXT; pub const opengl_debug_context = c.GLFW_OPENGL_DEBUG_CONTEXT;