scummvm/backends
Johannes Schickel 8d6aa77769 GUI: Cleanup EventRecorder::getSurface.
Formerly the function created a SDL_Surface by hand. Instead now it uses
SDL_CreateRGBSurface (which is used in the SDL backend anyway and yields
the same results).

This should fix PS3 port compilation.
2013-07-04 15:43:17 +02:00
..
audiocd ALL: Fix typo (succesful -> successful) 2013-06-06 16:45:59 +02:00
events RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03:00
fs ALL: Fix typo (succesful -> successful) 2013-06-06 16:45:59 +02:00
graphics GUI: Cleanup EventRecorder::getSurface. 2013-07-04 15:43:17 +02:00
keymapper ALL: Fix typo (succesful -> successful) 2013-06-06 16:45:59 +02:00
log JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
midi AUDIO: Remove useless check 2013-04-23 21:25:03 +02:00
mixer RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03:00
mutex RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03:00
platform Merge pull request #331 from sev-/gsoc2012-eventsrecorder 2013-07-04 04:58:54 -07:00
plugins JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
saves RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03:00
taskbar JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
timer RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03:00
updates/macosx OSX: Fix Sparkle compilation on older systems 2012-11-18 01:29:09 +00:00
vkeybd ALL: Let overlay related methods in OSystem take a void * and use a proper pitch values. 2012-06-16 04:17:14 +02:00
base-backend.cpp JANITORIAL: Remove SVN keywords 2011-08-06 11:30:47 +01:00
base-backend.h BACKENDS: Shuffle backends class hierarchy and module initialization 2011-06-08 14:29:22 +02:00
modular-backend.cpp RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03:00
modular-backend.h ALL: Let overlay related methods in OSystem take a void * and use a proper pitch values. 2012-06-16 04:17:14 +02:00
module.mk RECORDER: Implement Events Recorder 2013-05-17 00:18:09 +03:00