[Scummvm-cvs-logs] CVS: scummvm/backends intern.h,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Tue Feb 24 14:55:13 CET 2004


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

Modified Files:
	intern.h 
Log Message:
the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/intern.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- intern.h	26 Jan 2004 07:57:25 -0000	1.7
+++ intern.h	24 Feb 2004 22:39:34 -0000	1.8
@@ -27,7 +27,7 @@
 /* Factory functions. This means we don't have to include the headers for
  * all backends.
  */
-extern OSystem *OSystem_SDL_create(int gfx_driver);
+extern OSystem *OSystem_SDL_create();
 extern OSystem *OSystem_NULL_create();
 extern OSystem *OSystem_MorphOS_create(int gfx_driver, bool full_screen);
 extern OSystem *OSystem_Dreamcast_create();





More information about the Scummvm-git-logs mailing list