X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffunctions.enum.t;h=20d6602e472b65d882d58932c547542c0303adec;hb=a832996c884a0e0acc9a38ba4dd258edb75ec7af;hp=fc0987c3d6fbedf1da53c51d2fd6a807bc96d33a;hpb=49f8063ce156a50d4b3b8c77a1508a21ea2bfe90;p=gldbg.git diff --git a/source/functions.enum.t b/source/functions.enum.t index fc0987c..20d6602 100644 --- a/source/functions.enum.t +++ b/source/functions.enum.t @@ -1,6 +1,11 @@ -# $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 :};