From ac28a5773c7610375a6976a7bd9271fe63a0fec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 29 Aug 2017 17:27:48 +0200 Subject: [PATCH] Updated GLFW 4.0 sketchbook (markdown) --- GLFW-4.0-sketchbook.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GLFW-4.0-sketchbook.md b/GLFW-4.0-sketchbook.md index deb0b8a..2c596cb 100644 --- a/GLFW-4.0-sketchbook.md +++ b/GLFW-4.0-sketchbook.md @@ -24,4 +24,6 @@ - Move to enums for tokens - Add return value error indication where possible - Sort out `SRGB_CAPABLE` vs. `COLORSPACE` -- Make space between last key and `GLFW_KEY_LAST` \ No newline at end of file +- Make space between last key and `GLFW_KEY_LAST` +- Rename `glfwGetVersion` to `glfwGetLibraryVersion` +- Rename `GLFW_VERSION_*` to `GLFW_HEADER_VERSION_*` \ No newline at end of file