X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fglxapi.py;h=b6588760e970986aa494b7e28ecce9e7a69626fb;hb=a083c51c66239841c42cc1a1c42ba8a259397115;hp=f64e79487e84ad6d08689b390d80e113b241463b;hpb=b7634e4d276c25160a6df53dcedf422c2a01b037;p=apitrace diff --git a/specs/glxapi.py b/specs/glxapi.py index f64e794..b658876 100644 --- a/specs/glxapi.py +++ b/specs/glxapi.py @@ -270,9 +270,9 @@ glxapi.addFunctions([ Function(Void, "glXUseXFont", [(Font, "font"), (Int, "first"), (Int, "count"), (Int, "list")]), # GLX 1.1 and later - Function((Const(String("char *"))), "glXQueryExtensionsString", [(Display, "dpy"), (Int, "screen")]), - Function((Const(String("char *"))), "glXQueryServerString", [(Display, "dpy"), (Int, "screen"), (GLXname, "name")]), - Function((Const(String("char *"))), "glXGetClientString", [(Display, "dpy"), (GLXname, "name")]), + Function((Const(CString)), "glXQueryExtensionsString", [(Display, "dpy"), (Int, "screen")]), + Function((Const(CString)), "glXQueryServerString", [(Display, "dpy"), (Int, "screen"), (GLXname, "name")]), + Function((Const(CString)), "glXGetClientString", [(Display, "dpy"), (GLXname, "name")]), # GLX 1.2 and later Function(Display, "glXGetCurrentDisplay", [], sideeffects=False),