X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglwrap.funcs.t;h=6770ec780c7a169e661c0b0f3197a246e2ce83a9;hb=de6ac03ffc36843bbbb0d496007b3046a4422ee1;hp=17e711b870124d46244a37789995d955384dddf4;hpb=4aba13fc7690cf79e949d9765b371e85e7530207;p=gldbg.git diff --git a/source/glwrap.funcs.t b/source/glwrap.funcs.t index 17e711b..6770ec7 100644 --- a/source/glwrap.funcs.t +++ b/source/glwrap.funcs.t @@ -4,6 +4,7 @@ !handcode glGetError !handcode glXGetProcAddress !handcode glXGetProcAddressARB +!handcode eglGetProcAddress wl('%s APIENTRY %s(%s)', ret.ctype, func.name, ", ".join([p.ctype+" "+p.name for p in params])) wl('{') wl(' static %s (*orig)(%s);', ret.ctype, ", ".join([p.ctype for p in params]))