aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-01-28 23:03:39 +0000
committerJohannes Schickel2006-01-28 23:03:39 +0000
commit5fda0cc6f1addedb4e3c671a9f124e6c5b253323 (patch)
treeb869dc52a415e20e8eb5aed5704fe539216f5c2c /gui/theme.cpp
parentd84cefec75e8dfe6a33042c246a5f980829235a7 (diff)
downloadscummvm-rg350-5fda0cc6f1addedb4e3c671a9f124e6c5b253323.tar.gz
scummvm-rg350-5fda0cc6f1addedb4e3c671a9f124e6c5b253323.tar.bz2
scummvm-rg350-5fda0cc6f1addedb4e3c671a9f124e6c5b253323.zip
- Fixes a bug that the debugger crashed while opening
- Changed gradient calculating - added background saving for all dialog/widget backgrounds for now (change that later maybe) - changed ScummDialog to use the colors of our launcher dialog svn-id: r20276
Diffstat (limited to 'gui/theme.cpp')
-rw-r--r--gui/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/theme.cpp b/gui/theme.cpp
index eacda895b9..7447e9c86f 100644
--- a/gui/theme.cpp
+++ b/gui/theme.cpp
@@ -129,7 +129,7 @@ void ThemeClassic::resetDrawArea() {
}
}
-void ThemeClassic::drawDialogBackground(const Common::Rect &r, kState state, bool mainDialog) {
+void ThemeClassic::drawDialogBackground(const Common::Rect &r, uint16 hints, kState state) {
if (!_initOk)
return;