From cab06fb53f328848e0515f58c278f70a19dcc723 Mon Sep 17 00:00:00 2001 From: IC Rainbow Date: Wed, 26 Aug 2026 02:07:51 +0300 Subject: [PATCH] Add missing GLFW_NO_WINDOW_CONTEXT --- Bindings/GLFW.hsc | 1 + bindings-GLFW.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Bindings/GLFW.hsc b/Bindings/GLFW.hsc index 0611c2d..210055f 100644 --- a/Bindings/GLFW.hsc +++ b/Bindings/GLFW.hsc @@ -237,6 +237,7 @@ import Foreign.Storable (Storable(..)) #num GLFW_VERSION_UNAVAILABLE #num GLFW_PLATFORM_ERROR #num GLFW_FORMAT_UNAVAILABLE +#num GLFW_NO_WINDOW_CONTEXT #num GLFW_FOCUSED #num GLFW_ICONIFIED diff --git a/bindings-GLFW.cabal b/bindings-GLFW.cabal index 5b58a17..bb00117 100644 --- a/bindings-GLFW.cabal +++ b/bindings-GLFW.cabal @@ -1,5 +1,5 @@ name: bindings-GLFW -version: 3.4.0.0 +version: 3.4.0.1 category: Graphics author: Brian Lewis