From 50f2fb4b92b8763cbc1927b55a4ecfd11655bbfb Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 4 Jan 2016 19:43:46 +0100 Subject: [PATCH] update --- GLFW-4.0-sketchbook.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GLFW-4.0-sketchbook.md b/GLFW-4.0-sketchbook.md index 31b7921..7564269 100644 --- a/GLFW-4.0-sketchbook.md +++ b/GLFW-4.0-sketchbook.md @@ -18,3 +18,5 @@ - Remove window parameter of clipboard functions - Make `GLFW_DONT_CARE` default for context version hints - Replace empty events with custom events that carry a pointer +- Unify `GLFW*proc` to `GLFWproc` +- Add `APIENTRY` to `GLFWproc` \ No newline at end of file