aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJody Northup2009-06-12 08:49:45 +0000
committerJody Northup2009-06-12 08:49:45 +0000
commit2ee51a8fa189fc7817fd6d78533664ec870fca48 (patch)
tree5c3e248fbb75b54d9d54d6d0b05cdcc5271d44bc /common
parent6adbd0c41e79b5a21f0430e060347d4978e9ce78 (diff)
downloadscummvm-rg350-2ee51a8fa189fc7817fd6d78533664ec870fca48.tar.gz
scummvm-rg350-2ee51a8fa189fc7817fd6d78533664ec870fca48.tar.bz2
scummvm-rg350-2ee51a8fa189fc7817fd6d78533664ec870fca48.zip
Unfinished proof of concept regarding my compromise with LordHoto in IRC.
svn-id: r41464
Diffstat (limited to 'common')
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 82a89f4ad3..f16b560e34 100644
--- a/common/system.h
+++ b/common/system.h
@@ -374,7 +374,7 @@ public:
*
* @param format A pixel format that the backend screen will use
*/
- virtual void initFormat(Graphics::ColorMode format) = 0;
+ virtual void initFormat(Graphics::PixelFormat format) = 0;
/**
* Returns the pixel format description of the screen.