]> git.tdb.fi Git - gldbg.git/blobdiff - source/gldecoder.struct.t
Track owners of breakpoints
[gldbg.git] / source / gldecoder.struct.t
index e05e910dc8fd4176d8910df8d62a6186bed0acce..ac0e098664ab0a8ea1cf60178cd814376c65909a 100644 (file)
@@ -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;