scummvm/backends/sdl
Max Horn 536692556b fixed cursor trail
svn-id: r5007
2002-09-22 16:12:37 +00:00
..
.cvsignore fixed the 'intelligent' GCC build rules; added .cvsignore files 2002-08-21 16:28:19 +00:00
build.rules SDL_gl and normal SDL backend now share a common base class 2002-08-24 10:41:32 +00:00
fb2opengl.h Initial revision 2002-08-21 16:07:07 +00:00
sdl_gl.cpp Added overlay to OSystem interface; implemented overlay in SDL backend (all other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X 2002-09-19 16:06:51 +00:00
sdl-common.cpp quit should not exit(1) but rather exit(0) (mabye we should add a paramter 'bool success' to it that flags whether this is a normal exit or one with an error?) 2002-09-20 00:12:58 +00:00
sdl-common.h Added overlay to OSystem interface; implemented overlay in SDL backend (all other backends, including SDL_gl, still need to implement this!); changed NewGUI to make use of the overlay; added Cmd-Q as a shortcut for Quit on MacOS X 2002-09-19 16:06:51 +00:00
sdl.cpp fixed cursor trail 2002-09-22 16:12:37 +00:00