aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeRenderer.h
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/ThemeRenderer.h
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/ThemeRenderer.h')
-rw-r--r--gui/ThemeRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeRenderer.h b/gui/ThemeRenderer.h
index 240bf28e10..7c18f73fea 100644
--- a/gui/ThemeRenderer.h
+++ b/gui/ThemeRenderer.h
@@ -242,7 +242,7 @@ public:
* drawing this dialog, and will continue enabled
* until disabled.
*/
- void openDialog(bool enableBuffering);
+ void openDialog(bool enableBuffering, ShadingStyle shading = kShadingNone);
/**
* The updateScreen() method is called every frame.