[Scummvm-cvs-logs] scummvm master -> 0af3db72c54d99c49a926d65b4e7596823996404

digitall dgturner at iee.org
Sat Jan 18 13:56:37 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0af3db72c5 CONFIGURE: Disable taskbar integration for Dreamcast.


Commit: 0af3db72c54d99c49a926d65b4e7596823996404
    https://github.com/scummvm/scummvm/commit/0af3db72c54d99c49a926d65b4e7596823996404
Author: D G Turner (digitall at scummvm.org)
Date: 2014-01-18T04:56:39-08:00

Commit Message:
CONFIGURE: Disable taskbar integration for Dreamcast.

This caused an exception if a error() call occurs, rather than a
clean exit. This occurred in the defaultErrorHandler() function of
engines/engine.cpp, probably due to g_system->getTaskbarManager()
returning a null pointer.

Changed paths:
    configure



diff --git a/configure b/configure
index 117d44e..db78feb 100755
--- a/configure
+++ b/configure
@@ -2427,6 +2427,7 @@ if test -n "$_host"; then
 			CXXFLAGS="$CXXFLAGS -fno-delayed-branch"
 			_backend="dc"
 			_build_scalers=no
+			_taskbar=no
 			_mad=yes
 			_zlib=yes
 			add_line_to_config_mk 'ronindir = /usr/local/ronin'






More information about the Scummvm-git-logs mailing list