aboutsummaryrefslogtreecommitdiff
path: root/graphics/thumbnail.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-07-14 03:07:48 +0200
committerJohannes Schickel2012-07-14 03:07:48 +0200
commitf1a1938253cb6f0fb5db77627eed2cff0734d371 (patch)
treebaf1bf1c501f58fdabc347e8862f2a0349da4493 /graphics/thumbnail.h
parent856f9326179e186f08abc0163039f51ad31e9afb (diff)
downloadscummvm-rg350-f1a1938253cb6f0fb5db77627eed2cff0734d371.tar.gz
scummvm-rg350-f1a1938253cb6f0fb5db77627eed2cff0734d371.tar.bz2
scummvm-rg350-f1a1938253cb6f0fb5db77627eed2cff0734d371.zip
GRAPHICS: Serialize PixelFormat for thumbnails and allow 4Bpp surfaces.
This allows any 2Bpp/4Bpp Surfaces to be written via saveThumbnail and loadThumbnail now. It furthermore will preserve the loaded Surface in loadThumbnail.
Diffstat (limited to 'graphics/thumbnail.h')
-rw-r--r--graphics/thumbnail.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/thumbnail.h b/graphics/thumbnail.h
index df99568f42..45a0fdbf07 100644
--- a/graphics/thumbnail.h
+++ b/graphics/thumbnail.h
@@ -50,8 +50,6 @@ bool skipThumbnail(Common::SeekableReadStream &in);
/**
* Loads a thumbnail from the given input stream.
- * The loaded thumbnail will be automatically converted to the
- * current overlay pixelformat.
*/
Graphics::Surface *loadThumbnail(Common::SeekableReadStream &in);