X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexenv.h;h=55704e580ecb4719712ffccef86ec2b5f69b495d;hb=5172d32d67595ea0b70184fadcfcb8e023cccbc8;hp=b5fee448d64e5cce152ca4eaa3566e3d4f0c9370;hpb=50e504e2171295d5922ddf87b358e0024db3ce40;p=libs%2Fgl.git diff --git a/source/texenv.h b/source/texenv.h index b5fee448..55704e58 100644 --- a/source/texenv.h +++ b/source/texenv.h @@ -36,8 +36,9 @@ public: void set_color(const Color &); TexEnvMode get_mode() const { return mode; } const Color &get_color() const { return color; } - void bind(); + void bind() const; + static const TexEnv *current(); static void unbind(); };