Is it OK to apply a patch to 3.2?
hajimehoshi opened this issue · 1 comments
hajimehoshi commented
Hi,
There is a relatively serious bug in GLFW 3.2 that key events on X11 are not fired correctly (glfw/glfw#747, also discussed at hajimehoshi/ebiten#648). This is fixed in GLFW 3.3 and we confirmed that the same patch (glfw/glfw@4ff66a7) works on GLFW 3.2. However, GLFW 3.3 is still beta and no one knows when it will be released.
My question is, would it be acceptable to apply that patch to go-gl's GLFW 3.2? I'm not sure the policy of go-gl GLFW and if we should keep this a simple wrapper of GLFW as it is, perhaps we should NOT apply the patch. If it is fine, I'd like to send the PR as soon as possible.
hajimehoshi commented
Oops, I should have posted to glfw.