[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.75,1.75.2.1

Max Horn fingolfin at users.sourceforge.net
Mon Aug 4 15:27:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory sc8-pr-cvs1:/tmp/cvs-serv923/backends/sdl

Modified Files:
      Tag: branch-0-5-0
	sdl-common.cpp 
Log Message:
sync with trunk

Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.75
retrieving revision 1.75.2.1
diff -u -d -r1.75 -r1.75.2.1
--- sdl-common.cpp	23 Jul 2003 09:41:21 -0000	1.75
+++ sdl-common.cpp	4 Aug 2003 22:26:33 -0000	1.75.2.1
@@ -118,11 +118,7 @@
 	delete_mutex(_graphicsMutex);
 
 	SDL_ShowCursor(SDL_ENABLE);
-#ifdef MACOSX
-	// Work around segfault-on-exit with the OpenGL backend on Mac OS X.
-#else
 	SDL_Quit();
-#endif
 }
 
 void OSystem_SDL_Common::init_size(uint w, uint h) {
@@ -942,11 +938,7 @@
 	unload_gfx_mode();
 
 	SDL_ShowCursor(SDL_ENABLE);
-#ifdef MACOSX
-	// Work around segfault-on-exit with the OpenGL backend on Mac OS X.
-#else
 	SDL_Quit();
-#endif
 
 	exit(0);
 }





More information about the Scummvm-git-logs mailing list