X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpixelformat.h;h=65331c99901fcd5aefee7b78e1fef5727579af9e;hb=24b24e2203c776aacd9744bb947f5cf47b03d328;hp=75651a8f872edfb93c6ab4849b54455f5867063f;hpb=b09f265880a3a932441091b0f3822b06c112c595;p=libs%2Fgl.git diff --git a/source/core/pixelformat.h b/source/core/pixelformat.h index 75651a8f..65331c99 100644 --- a/source/core/pixelformat.h +++ b/source/core/pixelformat.h @@ -3,7 +3,6 @@ #include #include -#include "gl.h" #include "datatype.h" namespace Msp { @@ -99,8 +98,8 @@ inline unsigned get_pixel_size(PixelFormat f) { return get_component_count(f)*ge void require_pixelformat(PixelFormat); -GLenum get_gl_components(PixelComponents); -GLenum get_gl_pixelformat(PixelFormat); +unsigned get_gl_components(PixelComponents); +unsigned get_gl_pixelformat(PixelFormat); } // namespace GL } // namespace Msp