X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexenv.h;h=55704e580ecb4719712ffccef86ec2b5f69b495d;hb=5028e8accde81677fc4a50c771b955cf324851b2;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(); };