]> git.tdb.fi Git - gldbg.git/blobdiff - source/functions.enum.t
Query implementation limits on process startup
[gldbg.git] / source / functions.enum.t
index ad1bc2de7c525c6a618f9d1c0696f7b1b0574713..24d15c000200ce462eff717e7e04589149e10759 100644 (file)
@@ -1,7 +1,12 @@
-# $Id$
-:enum Function
+:enum
 :{
 :      FUNC_NONE,
 wl('   FUNC_%s,', func.name.upper())
-:      FUNC_GLDERROR = 0x8000
+:      N_FUNCS,
+:      FUNC_GLDERROR = 0x8000,
+:      FUNC_GLDBREAK,
+:      FUNC_GLDHOLD,
+:      FUNC_GLDQUERYVIEWPORT,
+:      FUNC_GLDREADPIXELS,
+:      FUNC_GLDQUERYLIMITS
 :};