aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeClassic.cpp
diff options
context:
space:
mode:
authorVicent Marti2008-08-02 16:23:58 +0000
committerVicent Marti2008-08-02 16:23:58 +0000
commitc5980b6211bdb11c144c23f71470f4dde5ace3a9 (patch)
treeb1d80c55b9a726cfd4b58b166eb9e35ca69f91d7 /gui/ThemeClassic.cpp
parent7cb23c76a267955790fa58380d65fe55b4a5dcd1 (diff)
downloadscummvm-rg350-c5980b6211bdb11c144c23f71470f4dde5ace3a9.tar.gz
scummvm-rg350-c5980b6211bdb11c144c23f71470f4dde5ace3a9.tar.bz2
scummvm-rg350-c5980b6211bdb11c144c23f71470f4dde5ace3a9.zip
Screen/dialog dimming.
svn-id: r33532
Diffstat (limited to 'gui/ThemeClassic.cpp')
-rw-r--r--gui/ThemeClassic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeClassic.cpp b/gui/ThemeClassic.cpp
index be17cf0d09..eaf86d1cbb 100644
--- a/gui/ThemeClassic.cpp
+++ b/gui/ThemeClassic.cpp
@@ -118,7 +118,7 @@ void ThemeClassic::disable() {
_enabled = false;
}
-void ThemeClassic::openDialog(bool topDialog) {
+void ThemeClassic::openDialog(bool topDialog, ShadingStyle shading) {
#ifndef CT_NO_TRANSPARENCY
if (!_dialog) {
_dialog = new DialogState;