packages feed

bindings-GLFW 3.1.1.3 → 3.1.1.4

raw patch · 2 files changed

+2/−1 lines, 2 files

Files

Bindings/GLFW.hsc view
@@ -345,6 +345,7 @@ #ccall glfwSetFramebufferSizeCallback , Ptr <GLFWwindow> -> <GLFWframebuffersizefun> ->                       IO <GLFWframebuffersizefun> #ccall glfwPollEvents                 ,                                                                       IO () #ccall glfwWaitEvents                 ,                                                                       IO ()+#ccall glfwPostEmptyEvent             ,                                                                       IO () #ccall glfwGetInputMode               , Ptr <GLFWwindow> -> CInt ->                                           IO CInt #ccall glfwSetInputMode               , Ptr <GLFWwindow> -> CInt -> CInt ->                                   IO () #ccall glfwGetKey                     , Ptr <GLFWwindow> -> CInt ->                                           IO CInt
bindings-GLFW.cabal view
@@ -1,5 +1,5 @@ name:         bindings-GLFW-version:      3.1.1.3+version:      3.1.1.4 category:     Graphics  author:       Brian Lewis <brian@lorf.org>