mirror of
https://github.com/glfw/glfw.git
synced 2026-01-12 07:43:16 +01:00
This changes the behavior of framebuffer hints set to zero. Before, zero meant that any value was acceptable. This changes zero to be an explicit preference and adds GLFW_DONT_CARE to mean that any value is equally acceptable. Fixes #70.