X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=gacela_GL.lisp;h=38e03ca8c6a9e62449a0b721cba7ef7def307290;hb=e5735ab84c379b88a404c9d6d9fd4784e55260ea;hp=9bd403462de36fee646bb6f44ab3166ab1b202d6;hpb=5e3843acaf7628122c750406e48e83ac6fdb6312;p=gacela.git diff --git a/gacela_GL.lisp b/gacela_GL.lisp index 9bd4034..38e03ca 100644 --- a/gacela_GL.lisp +++ b/gacela_GL.lisp @@ -192,7 +192,7 @@ (defentry glClearColor (float float float float) (void "gacela_glClearColor")) (defentry glClearDepth (double) (void "gacela_glClearDepth")) (defentry glColor3f (float float float) (void "gacela_glColor3f")) -(defentry glColor4f (float float float) (void "gacela_glColor4f")) +(defentry glColor4f (float float float float) (void "gacela_glColor4f")) (defentry glDepthFunc (int) (void "gacela_glDepthFunc")) (defentry glEnable (int) (void "gacela_glEnable")) (defentry glDisable (int) (void "gacela_glDisable"))