]> git.tdb.fi Git - gldbg.git/blobdiff - source/gldecoder.struct.t
Replace per-file license notices with License.txt
[gldbg.git] / source / gldecoder.struct.t
index 5b46acafaf2ce13942b461a2ebeea3af72112f10..527af2512464a89a3c170a8996c5de330b1327ea 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 :typedef struct sGlDecoder
 :{
 :      void *user_data;
@@ -10,4 +9,6 @@ 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;