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