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