mirror of
https://github.com/glfw/glfw.git
synced 2026-04-16 18:03:17 +02:00
This docstring previously indicated that GLFW_CONTEXT_REVISION was a window hint and attribute, but in fact it is only a window attribute (there is no code which uses this constant in any other context.) We noticed this in https://github.com/hexops/mach/pull/71/files#r749741814 Closes #1992 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>