[Scummvm-cvs-logs] CVS: scummvm/common scaler.h,1.28,1.29

Max Horn fingolfin at users.sourceforge.net
Sat Apr 9 06:32:18 CEST 2005


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31167/common

Modified Files:
	scaler.h 
Log Message:
Moved the GFX_ constants to sdl-common.h, where they belong.

Index: scaler.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- scaler.h	17 Feb 2005 23:00:58 -0000	1.28
+++ scaler.h	9 Apr 2005 13:31:47 -0000	1.29
@@ -59,20 +59,5 @@
 
 extern int stretch200To240(uint8 *buf, uint32 pitch, int width, int height, int srcX, int srcY, int origSrcY);
 
-enum {
-	GFX_NORMAL = 0,
-	GFX_DOUBLESIZE = 1,
-	GFX_TRIPLESIZE = 2,
-	GFX_2XSAI = 3,
-	GFX_SUPER2XSAI = 4,
-	GFX_SUPEREAGLE = 5,
-	GFX_ADVMAME2X = 6,
-	GFX_ADVMAME3X = 7,
-	GFX_HQ2X = 8,
-	GFX_HQ3X = 9,
-	GFX_TV2X = 10,
-	GFX_DOTMATRIX = 11
-};
-
 
 #endif





More information about the Scummvm-git-logs mailing list