X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=gacela_GL.lisp;h=38e03ca8c6a9e62449a0b721cba7ef7def307290;hb=b1bda2479eebac341086054f217e20faadb7f7a7;hp=9bd403462de36fee646bb6f44ab3166ab1b202d6;hpb=31db8863bd1281f94f426aac5936fb897351362f;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"))