From d95ad936ff1bb302719c1fae02fc96404b6105eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Sun, 16 Jun 2019 13:20:10 +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 97ec32c..f94931f 100644 --- a/GLFW-4.0-sketchbook.md +++ b/GLFW-4.0-sketchbook.md @@ -24,6 +24,7 @@ - Unify `GLFW*proc` to `GLFWproc` - Sane function pointer typedefs - Move to enums for tokens +- Move error callback pointer to per-thread error struct - Sort out `SRGB_CAPABLE` vs. `COLORSPACE` - Make space between last key and `GLFW_KEY_LAST` - Remove focus behavior from `glfwShowWindow`