X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffunctions.enum.t;h=3c3a39ddfb313afa0946550ca8cb815539b084ca;hb=fffbad8853e5849c64227635db70e5ce980d2f26;hp=92fef70f53854b28e8f3c7ccc4ed3e8f574a011c;hpb=2e4973ec66cd8ae12d4253e3c3ad9e36a8a4bca6;p=gldbg.git diff --git a/source/functions.enum.t b/source/functions.enum.t index 92fef70..3c3a39d 100644 --- a/source/functions.enum.t +++ b/source/functions.enum.t @@ -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 :};