From eb7025a5b8e12ef4f30698a3307ebc615eb4ad55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Mon, 27 May 2019 04:11:19 +0200 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 b517c98..ca952ae 100644 --- a/GLFW-4.0-sketchbook.md +++ b/GLFW-4.0-sketchbook.md @@ -29,4 +29,5 @@ - Make space between last key and `GLFW_KEY_LAST` - Rename `glfwGetVersion` to `glfwGetLibraryVersion` - Rename `GLFW_VERSION_*` to `GLFW_HEADER_VERSION_*` -- Remove focus behavior from `glfwShowWindow` \ No newline at end of file +- Remove focus behavior from `glfwShowWindow` +- Remove `glfwSetTime` ([rationale](http://discourse.glfw.org/t/poll-rfq-on-glfwsettime/1333)) \ No newline at end of file