X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpixelformat.h;fp=source%2Fpixelformat.h;h=7a562cc948408bccf0eaaba9982df73edc7307e7;hb=e079d5a878e83dc0baffcec66a57659c885cd593;hp=0fa6609a1ead97d061ad7f45c9e2a97ff0c805ba;hpb=1ef3f6df6d85627190e311b4b09f56a4983ec797;p=libs%2Fgl.git diff --git a/source/pixelformat.h b/source/pixelformat.h index 0fa6609a..7a562cc9 100644 --- a/source/pixelformat.h +++ b/source/pixelformat.h @@ -49,7 +49,7 @@ enum PixelFormat void operator>>(const LexicalConverter &, PixelFormat &); PixelFormat pixelformat_from_graphics(Graphics::PixelFormat); -PixelFormat storage_pixelformat_from_graphics(Graphics::PixelFormat); +PixelFormat storage_pixelformat_from_graphics(Graphics::PixelFormat, bool = false); PixelFormat get_base_pixelformat(PixelFormat); PixelFormat get_srgb_pixelformat(PixelFormat);