diff options
| author | Max Horn | 2009-06-28 19:58:11 +0000 |
|---|---|---|
| committer | Max Horn | 2009-06-28 19:58:11 +0000 |
| commit | bb28ed7b7a10535c4f3f275b3bef3643f9ce46d3 (patch) | |
| tree | 821b47e102fe11e6f0a1801271a3e7decd60e81b /backends/platform/wince | |
| parent | a882a6f46779768f15d38e350781785d975e5007 (diff) | |
| download | scummvm-rg350-bb28ed7b7a10535c4f3f275b3bef3643f9ce46d3.tar.gz scummvm-rg350-bb28ed7b7a10535c4f3f275b3bef3643f9ce46d3.tar.bz2 scummvm-rg350-bb28ed7b7a10535c4f3f275b3bef3643f9ce46d3.zip | |
Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;
also intentionally broke WinCE and Symbian ports (in an obvious way that
can be undo by commenting out some text) -- hopefully this will get the
maintainers' attention during the next release cycle, unlike my emails
svn-id: r41932
Diffstat (limited to 'backends/platform/wince')
| -rw-r--r-- | backends/platform/wince/wince-sdl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/wince/wince-sdl.cpp b/backends/platform/wince/wince-sdl.cpp index 344edd7143..b8261d029e 100644 --- a/backends/platform/wince/wince-sdl.cpp +++ b/backends/platform/wince/wince-sdl.cpp @@ -916,6 +916,8 @@ void OSystem_WINCE3::setWindowCaption(const char *caption) { compute_sample_rate(); setupMixer(); +FIXME: move check_mappings() etc. calls to engineInit() & engineDone() + // handle the actual event OSystem_SDL::setWindowCaption(caption); } |
