packages feed

GLFW-b 1.4.4 → 1.4.5

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

GLFW-b.cabal view
@@ -1,5 +1,5 @@ name:         GLFW-b-version:      1.4.4+version:      1.4.5 category:     Graphics  author:       Brian Lewis <brian@lorf.org>
Graphics/UI/GLFW.hs view
@@ -773,7 +773,7 @@ setKeyCallback win = setWindowCallback     mk'GLFWkeyfun     (\cb a0 a1 a2 a3 a4 ->-      cb (fromC a0) (fromC a1) (fromC a2) (fromC a3) (fromC a4))+      schedule $ cb (fromC a0) (fromC a1) (fromC a2) (fromC a3) (fromC a4))     (c'glfwSetKeyCallback (toC win))     storedKeyFun     win