X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=glretrace.py;h=20e48752f937c39e033451a5a198aca83a972830;hb=833d14af1eac50cb11ee98c4d7e7636d7f5c0f39;hp=3e2e9220780a44ad7434f4ac71987bc3c6bcb3d9;hpb=dacd8dd5910b1e32e4a8c378fe9ac01b2bce695b;p=apitrace diff --git a/glretrace.py b/glretrace.py index 3e2e922..20e4875 100644 --- a/glretrace.py +++ b/glretrace.py @@ -33,8 +33,8 @@ class GlRetracer(Retracer): def extract_arg(self, function, arg, arg_type, lvalue, rvalue): if function.name in [ - "glColorPointer" - "glEdgeFlagPointer" + "glColorPointer", + "glEdgeFlagPointer", "glIndexPointer", "glNormalPointer", "glTexCoordPointer",