X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgldecoder.struct.t;h=ac0e098664ab0a8ea1cf60178cd814376c65909a;hb=6d297b506314c07bff3d77c2853a5f59380cfcb0;hp=e4cf5c6d1c5af309927c45186b68489280c6a3b1;hpb=2e4973ec66cd8ae12d4253e3c3ad9e36a8a4bca6;p=gldbg.git diff --git a/source/gldecoder.struct.t b/source/gldecoder.struct.t index e4cf5c6..ac0e098 100644 --- a/source/gldecoder.struct.t +++ b/source/gldecoder.struct.t @@ -1,7 +1,4 @@ # $Id$ -^typemap gl.tm -^iomap gl.io -^spec gl gl.spec :typedef struct sGlDecoder :{ : void *user_data; @@ -12,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;