]> git.jsancho.org Git - lugaru.git/blobdiff - Source/glstubs.h
Drop keyboard input if it was part of the grab or window/fullscreen toggle.
[lugaru.git] / Source / glstubs.h
index 7512a6f9bf9a577e32573092edf93942943406ee..6d0ed44955aedede5700557c71469eef80a49c01 100644 (file)
@@ -25,6 +25,7 @@ GL_FUNC(void,glEnable,(GLenum cap),(cap),)
 GL_FUNC(void,glEnableClientState,(GLenum array),(array),)
 GL_FUNC(void,glEnd,(void),(),)
 GL_FUNC(void,glEndList,(void),(),)
+GL_FUNC(void,glFinish,(void),(),)
 GL_FUNC(GLuint,glGenLists,(GLsizei range),(range),return)
 GL_FUNC(void,glGenTextures,(GLsizei n, GLuint *textures),(n,textures),)
 GL_FUNC(GLenum,glGetError,(void),(),return)