]> git.tdb.fi Git - gldbg.git/blobdiff - source/functions.enum.t
Query implementation limits on process startup
[gldbg.git] / source / functions.enum.t
index 92fef70f53854b28e8f3c7ccc4ed3e8f574a011c..24d15c000200ce462eff717e7e04589149e10759 100644 (file)
@@ -1,9 +1,12 @@
-# $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,
+:      FUNC_GLDQUERYVIEWPORT,
+:      FUNC_GLDREADPIXELS,
+:      FUNC_GLDQUERYLIMITS
 :};