X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fpixelformat.h;h=d61788a630ecb702359605afb8b23ba42bf60c78;hp=6980ec8a959513b047d6372375d743824481e4ed;hb=a5797c9babd17673285b3b15c7572c2d8fe1595c;hpb=d23880571efc16dff1cfeeb92f35fe54c8f64c3d diff --git a/source/pixelformat.h b/source/pixelformat.h index 6980ec8a..d61788a6 100644 --- a/source/pixelformat.h +++ b/source/pixelformat.h @@ -9,6 +9,7 @@ Distributed under the LGPL #define MSP_GL_PIXELFORMAT_H_ #include +#include #include "gl.h" namespace Msp { @@ -33,6 +34,8 @@ enum PixelFormat std::istream &operator>>(std::istream &, PixelFormat &); +PixelFormat pixelformat_from_graphics(Graphics::PixelFormat); + } // namespace GL } // namespace Msp