scummvm/backends/platform/sdl
Torbjörn Andersson 15f08bf268 Warn if copyRectToScreen() is called before _screen is created, since it's
almost certainly a programming error. (Used to be silently ignored.)

Warn if setPalette() is called before _screen is created, but allow it (for
now) since we don't actually set the palette until later. It could still be a
programming error, though.

Don't crash if updateScreen() is called with a "dirty" palette before _screen
is created.

svn-id: r23573
2006-07-23 06:50:49 +00:00
..
build.rules Started to move 'monolithic' parts of our ports to the new 'background/platform' directory (see also the 'Modular_Backends' page in our Wiki) 2006-06-24 12:33:52 +00:00
events.cpp More whitespace changes. 2006-07-14 13:33:58 +00:00
graphics.cpp Warn if copyRectToScreen() is called before _screen is created, since it's 2006-07-23 06:50:49 +00:00
module.mk Started to move 'monolithic' parts of our ports to the new 'background/platform' directory (see also the 'Modular_Backends' page in our Wiki) 2006-06-24 12:33:52 +00:00
sdl-common.h Started to move 'monolithic' parts of our ports to the new 'background/platform' directory (see also the 'Modular_Backends' page in our Wiki) 2006-06-24 12:33:52 +00:00
sdl.cpp Started to move 'monolithic' parts of our ports to the new 'background/platform' directory (see also the 'Modular_Backends' page in our Wiki) 2006-06-24 12:33:52 +00:00