diff options
author | Johannes Schickel | 2014-01-21 19:19:27 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-01-21 19:34:32 +0100 |
commit | db07a1cfacdb67be02a64dcecfb22e773a733fca (patch) | |
tree | 73bfea0e024656868a43283285db3b0d23823074 /backends/platform | |
parent | 4412e12debd77a5cef60054d2ad437a180d00817 (diff) | |
download | scummvm-rg350-db07a1cfacdb67be02a64dcecfb22e773a733fca.tar.gz scummvm-rg350-db07a1cfacdb67be02a64dcecfb22e773a733fca.tar.bz2 scummvm-rg350-db07a1cfacdb67be02a64dcecfb22e773a733fca.zip |
BUILD: Auto detect taskbar support.
Formerly the taskbar support was *always* enabled except when the backend or
user specified that it should be disabled. This causes nasty crashes for
backends which do not have any taskbar support (like DC, Tizen and probably
more which simply did not disable it so far) when defaultErrorHandler was
called for example (Mass Add is also broken for those).
The SDL (and derived backends) worked around missing taskbar support by
simply faking a dummy taskbar implementation (but still claiming in configure
that we feature taskbar integration, ouch).
To avoid all non-SDL backends from manually specifying _taskbar=no I added
some auto detection code which simply only enables taskbar support in case
ScummVM is built on Win32 or libunity is present.
Diffstat (limited to 'backends/platform')
0 files changed, 0 insertions, 0 deletions