X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffunctions.enum.t;h=20d6602e472b65d882d58932c547542c0303adec;hb=a832996c884a0e0acc9a38ba4dd258edb75ec7af;hp=c1c0db7a927e9779ec7a30b4b245e8f096a6fd63;hpb=ea3d851aa52e999b1c5a5fa52c97ff5019756c0e;p=gldbg.git diff --git a/source/functions.enum.t b/source/functions.enum.t index c1c0db7..20d6602 100644 --- a/source/functions.enum.t +++ b/source/functions.enum.t @@ -1,4 +1,3 @@ -# $Id$ :enum :{ : FUNC_NONE, @@ -6,5 +5,7 @@ wl(' FUNC_%s,', func.name.upper()) : N_FUNCS, : FUNC_GLDERROR = 0x8000, : FUNC_GLDBREAK, -: FUNC_GLDHOLD +: FUNC_GLDHOLD, +: FUNC_GLDQUERYVIEWPORT, +: FUNC_GLDREADPIXELS :};