aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorJody Northup2009-07-09 09:09:05 +0000
committerJody Northup2009-07-09 09:09:05 +0000
commitcdad3763dfbacf45599034358a32fc68032e1a30 (patch)
treef84a129ee1acf8aaaa88443e81807f32351c7208 /common/system.h
parent1d38ead4e78fafa0d2f97dccf889ea392059eb0f (diff)
downloadscummvm-rg350-cdad3763dfbacf45599034358a32fc68032e1a30.tar.gz
scummvm-rg350-cdad3763dfbacf45599034358a32fc68032e1a30.tar.bz2
scummvm-rg350-cdad3763dfbacf45599034358a32fc68032e1a30.zip
Corrected lingering formatting errors that were introduced by the find-and-replace assisted removal of Graphics::PixelFormat::createFormat functions.
svn-id: r42281
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/system.h b/common/system.h
index 097348be19..c13887e0a9 100644
--- a/common/system.h
+++ b/common/system.h
@@ -369,12 +369,9 @@ public:
* EG: a backend that supports 32-bit ABGR and 16-bit 555 BGR in hardware
* and provides conversion from equivalent RGB(A) modes should order its list
* 1) Graphics::PixelFormat(4, 0, 0, 0, 0, 0, 8, 16, 24)
-
* 2) Graphics::PixelFormat(2, 3, 3, 3, 8, 0, 5, 10, 0)
-
* 3) Graphics::PixelFormat(4, 0, 0, 0, 0, 24, 16, 8, 0)
* 4) Graphics::PixelFormat(2, 3, 3, 3, 8, 10, 5, 0, 0)
-
* 5) Graphics::PixelFormat::createFormatCLUT8()
*
* @see Graphics::PixelFormat