]> git.tdb.fi Git - gldbg.git/blobdiff - source/functions.enum.t
Query implementation limits on process startup
[gldbg.git] / source / functions.enum.t
index 3c3a39ddfb313afa0946550ca8cb815539b084ca..24d15c000200ce462eff717e7e04589149e10759 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 :enum
 :{
 :      FUNC_NONE,
@@ -8,5 +7,6 @@ wl('    FUNC_%s,', func.name.upper())
 :      FUNC_GLDBREAK,
 :      FUNC_GLDHOLD,
 :      FUNC_GLDQUERYVIEWPORT,
-:      FUNC_GLDREADPIXELS
+:      FUNC_GLDREADPIXELS,
+:      FUNC_GLDQUERYLIMITS
 :};