X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgldecoder.struct.t;h=ac0e098664ab0a8ea1cf60178cd814376c65909a;hb=6d297b506314c07bff3d77c2853a5f59380cfcb0;hp=e05e910dc8fd4176d8910df8d62a6186bed0acce;hpb=49f8063ce156a50d4b3b8c77a1508a21ea2bfe90;p=gldbg.git diff --git a/source/gldecoder.struct.t b/source/gldecoder.struct.t index e05e910..ac0e098 100644 --- a/source/gldecoder.struct.t +++ b/source/gldecoder.struct.t @@ -9,4 +9,7 @@ if ret.ctype!="void": for p in params: w(', %s', p.ctype) wl(');') +: void (*gldError)(void *, GLenum); +: void (*gldBreak)(void *, unsigned short, unsigned char); +: void (*unhandled)(void *, unsigned short); :} GlDecoder;