From 699be715449c05ae5619fa0077c99f210574a8d3 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 22 Oct 2015 21:22:39 +0200 Subject: [PATCH] updates --- GLFW-4.0-sketchbook.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/GLFW-4.0-sketchbook.md b/GLFW-4.0-sketchbook.md index 11edb78..51a6fc2 100644 --- a/GLFW-4.0-sketchbook.md +++ b/GLFW-4.0-sketchbook.md @@ -3,7 +3,7 @@ - Rename joystick to controller - Enumerable controller objects - Controller connection callback (mirror monitor callback) -- Context objects, `GLFW_CLIENT_API` = `GLFW_NO_CONTEXT` +- Context objects - Replace character callbacks with text callback - Put major version number in shared/dynamic library name - Replace `glfwGetWindowAttrib` with accessors for run-time attributes @@ -11,4 +11,7 @@ - Cleanup of float vs. double - Cleanup of signed vs. unsigned - Removal of `GLFW_CURSOR_HIDDEN` -- Change OS X prefix to `OSX` \ No newline at end of file +- Change OS X prefix to `OSX` +- Separate video mode from window +- Remove auto-iconification +- Revert to map monitors to CRTCs unless major legacy Oculus clones appear