From d3ad418420422a5daeea61d06fcbc3d5ac020a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Fri, 3 Jul 2020 18:29:37 +0200 Subject: [PATCH] Updated GLFW 4.0 sketchbook (markdown) --- GLFW-4.0-sketchbook.md | 1 + 1 file changed, 1 insertion(+) diff --git a/GLFW-4.0-sketchbook.md b/GLFW-4.0-sketchbook.md index 51c8888..d6514f2 100644 --- a/GLFW-4.0-sketchbook.md +++ b/GLFW-4.0-sketchbook.md @@ -22,6 +22,7 @@ - Separate video mode from window - Revert to map monitors to CRTCs unless major legacy Oculus clones appear - Make `GLFW_DONT_CARE` default for context version hints +- Set `GLFW_DONT_CARE` to `INT_MIN` instead of -1 - Sort video modes by width and then height instead of by area - Unify `GLFW*proc` to `GLFWproc` - Sane function pointer typedefs