diff --git a/GLFW-4.0-sketchbook.md b/GLFW-4.0-sketchbook.md index f94931f..330e699 100644 --- a/GLFW-4.0-sketchbook.md +++ b/GLFW-4.0-sketchbook.md @@ -21,6 +21,7 @@ - Separate video mode from window - Revert to map monitors to CRTCs unless major legacy Oculus clones appear - Make `GLFW_DONT_CARE` default for context version hints +- Sort video modes by width and then height instead of by area - Unify `GLFW*proc` to `GLFWproc` - Sane function pointer typedefs - Move to enums for tokens