[Scummvm-cvs-logs] CVS: scummvm/common/scaler intern.h,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Wed Oct 1 10:07:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/common/scaler
In directory sc8-pr-cvs1:/tmp/cvs-serv25603

Modified Files:
	intern.h 
Log Message:
make MSVC7 happy

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler/intern.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- intern.h	1 Oct 2003 16:47:49 -0000	1.4
+++ intern.h	1 Oct 2003 17:06:36 -0000	1.5
@@ -39,6 +39,7 @@
 struct ColorMasks {
 };
 
+template<>
 struct ColorMasks<565> {
 	static const int highBits = 0xF7DEF7DE;
 	static const int lowBits = 0x08210821;
@@ -48,6 +49,7 @@
 	static const int greenMask = 0x07E0;
 };
 
+template<>
 struct ColorMasks<555> {
 	static const int highBits = 0x04210421;
 	static const int lowBits = 0x04210421;





More information about the Scummvm-git-logs mailing list