From c429a19b5bc7134c39cf2babd0506355d50a3837 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 16 Feb 2010 10:43:18 -0500 Subject: [PATCH] Don't reference glFinish() directly. --- Source/glstubs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/glstubs.h b/Source/glstubs.h index 7512a6f..6d0ed44 100644 --- a/Source/glstubs.h +++ b/Source/glstubs.h @@ -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) -- 2.39.5