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