From 90a66702d12aaf23d7ddf19520487d536e095ed8 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 26 Jan 2016 18:46:14 +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 7564269..a774ac2 100644 --- a/GLFW-4.0-sketchbook.md +++ b/GLFW-4.0-sketchbook.md @@ -19,4 +19,5 @@ - 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 +- Add `APIENTRY` to `GLFWproc` +- Sane function pointer typedefs