X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fblend.h;h=ad7ba241bd1b1028e7e1bea45b5477f6b66245f6;hb=24b24e2203c776aacd9744bb947f5cf47b03d328;hp=986844c0e6a7e1f2caa15249a8c7d8531bd4bf09;hpb=b09f265880a3a932441091b0f3822b06c112c595;p=libs%2Fgl.git diff --git a/source/core/blend.h b/source/core/blend.h index 986844c0..ad7ba241 100644 --- a/source/core/blend.h +++ b/source/core/blend.h @@ -4,7 +4,6 @@ #include #include #include "color.h" -#include "gl.h" namespace Msp { namespace GL { @@ -63,8 +62,8 @@ struct Blend Blend(BlendEquation, BlendFactor, BlendFactor); }; -GLenum get_gl_blend_equation(BlendEquation); -GLenum get_gl_blend_factor(BlendFactor); +unsigned get_gl_blend_equation(BlendEquation); +unsigned get_gl_blend_factor(BlendFactor); void operator>>(const LexicalConverter &, BlendEquation &); void operator<<(LexicalConverter &, BlendEquation);