Updated GLFW 4.0 sketchbook (markdown)

Camilla Löwy 2020-07-03 18:29:37 +02:00
parent 679583ab94
commit d3ad418420

@ -22,6 +22,7 @@
- Separate video mode from window - Separate video mode from window
- Revert to map monitors to CRTCs unless major legacy Oculus clones appear - Revert to map monitors to CRTCs unless major legacy Oculus clones appear
- Make `GLFW_DONT_CARE` default for context version hints - Make `GLFW_DONT_CARE` default for context version hints
- Set `GLFW_DONT_CARE` to `INT_MIN` instead of -1
- Sort video modes by width and then height instead of by area - Sort video modes by width and then height instead of by area
- Unify `GLFW*proc` to `GLFWproc` - Unify `GLFW*proc` to `GLFWproc`
- Sane function pointer typedefs - Sane function pointer typedefs