[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Mon Oct 14 04:02:04 CEST 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv25072/common

Modified Files:
	system.h 
Log Message:
added new property to system interface, to be used by NewGui

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- system.h	24 Sep 2002 22:40:28 -0000	1.6
+++ system.h	14 Oct 2002 11:01:35 -0000	1.7
@@ -69,7 +69,8 @@
 		PROP_SET_GFX_MODE = 4,
 		PROP_SHOW_DEFAULT_CURSOR = 5,
 		PROP_GET_SAMPLE_RATE = 6,
-		PROP_GET_FULLSCREEN = 7
+		PROP_GET_FULLSCREEN = 7,
+		PROP_OVERLAY_IS_565 = 8
 	};
 	union Property {
 		const char *caption;





More information about the Scummvm-git-logs mailing list