[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.h,1.77,1.78

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


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

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

Index: sdl-common.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.h,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- sdl-common.h	20 Mar 2005 16:16:09 -0000	1.77
+++ sdl-common.h	9 Apr 2005 13:31:46 -0000	1.78
@@ -36,6 +36,22 @@
 #define USE_OSD	1
 #endif
 
+
+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
+};
+
 static const int s_gfxModeSwitchTable[][4] = {
 		{ GFX_NORMAL, GFX_DOUBLESIZE, GFX_TRIPLESIZE, -1 },
 		{ GFX_NORMAL, GFX_ADVMAME2X, GFX_ADVMAME3X, -1 },





More information about the Scummvm-git-logs mailing list