[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src palm.h,1.35,1.36

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


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

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

Index: palm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palm.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- palm.h	9 Mar 2005 23:07:22 -0000	1.35
+++ palm.h	9 Apr 2005 13:31:46 -0000	1.36
@@ -57,6 +57,7 @@
 
 // gfx modes
 enum {
+	GFX_NORMAL = 0,
 	GFX_FLIPPING = 100,	// Palmos
 	GFX_BUFFERED = 101,	// Palmos
 	GFX_WIDE = 102 // palmos





More information about the Scummvm-git-logs mailing list