diff --git a/Bindings/GLFW.hsc b/Bindings/GLFW.hsc
--- a/Bindings/GLFW.hsc
+++ b/Bindings/GLFW.hsc
@@ -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
diff --git a/bindings-GLFW.cabal b/bindings-GLFW.cabal
--- a/bindings-GLFW.cabal
+++ b/bindings-GLFW.cabal
@@ -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>
