summaryrefslogtreecommitdiff
path: root/glfw/src
diff options
context:
space:
mode:
Diffstat (limited to 'glfw/src')
-rw-r--r--glfw/src/window.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/glfw/src/window.rs b/glfw/src/window.rs
index 05878a8..91e059d 100644
--- a/glfw/src/window.rs
+++ b/glfw/src/window.rs
@@ -427,6 +427,7 @@ impl Builder
/// Window creation hint
#[derive(Debug, Clone, Copy)]
#[repr(i32)]
+#[non_exhaustive]
pub enum Hint
{
OpenGLDebugContext = crate::ffi::GLFW_OPENGL_DEBUG_CONTEXT,