[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.50,1.51

James Brown ender at users.sourceforge.net
Fri Jan 16 08:30:07 CET 2004


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

Modified Files:
	system.h 
Log Message:
Hack for Launcher Scaler dropdown. Backends using the Launcher will need to implement the OSystem HAS_SCALER property. The global options dialog still needs doing.



Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- system.h	6 Jan 2004 12:45:28 -0000	1.50
+++ system.h	16 Jan 2004 16:28:56 -0000	1.51
@@ -99,7 +99,8 @@
 		PROP_GET_FMOPL_EG_ENT,
 		PROP_TOGGLE_ASPECT_RATIO,
 		PROP_TOGGLE_MOUSE_GRAB,
-		PROP_WANT_RECT_OPTIM
+		PROP_WANT_RECT_OPTIM,
+		PROP_HAS_SCALER
 	};
 	union Property {
 		const char *caption;





More information about the Scummvm-git-logs mailing list