Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-23 | Warn if copyRectToScreen() is called before _screen is created, since it's | Torbjörn Andersson | |
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-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 | |||
2006-06-24 | Started to move 'monolithic' parts of our ports to the new ↵ | Max Horn | |
'background/platform' directory (see also the 'Modular_Backends' page in our Wiki) svn-id: r23293 |