From ecd9dc5264ce98f1831701f728de0d55d3e2358c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 9 Jan 2018 21:45:06 +0100 Subject: [PATCH] Updated GLFW 4.0 sketchbook (markdown) --- GLFW-4.0-sketchbook.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GLFW-4.0-sketchbook.md b/GLFW-4.0-sketchbook.md index 9210cdb..b517c98 100644 --- a/GLFW-4.0-sketchbook.md +++ b/GLFW-4.0-sketchbook.md @@ -28,4 +28,5 @@ - Sort out `SRGB_CAPABLE` vs. `COLORSPACE` - 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 +- Rename `GLFW_VERSION_*` to `GLFW_HEADER_VERSION_*` +- Remove focus behavior from `glfwShowWindow` \ No newline at end of file