]> git.tdb.fi Git - gldbg.git/blobdiff - source/functions.enum.t
Enable bidirectional communication between gldbg and glwrap.so
[gldbg.git] / source / functions.enum.t
index 92fef70f53854b28e8f3c7ccc4ed3e8f574a011c..c1c0db7a927e9779ec7a30b4b245e8f096a6fd63 100644 (file)
@@ -1,9 +1,10 @@
 # $Id$
-^typemap gl.tm
-^iomap gl.io
-^spec gl gl.spec
-:enum Function
+:enum
 :{
 :      FUNC_NONE,
 wl('   FUNC_%s,', func.name.upper())
+:      N_FUNCS,
+:      FUNC_GLDERROR = 0x8000,
+:      FUNC_GLDBREAK,
+:      FUNC_GLDHOLD
 :};