aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorVicent Marti2008-07-18 16:44:42 +0000
committerVicent Marti2008-07-18 16:44:42 +0000
commitcf3832fccefc00bcac4bc4d355568a66479fc926 (patch)
treeace15180977a0eb254a35b1c29e82eaded92f63b /gui/theme.h
parent4645e706a8c62fb291efb987dca9fa82394139ee (diff)
downloadscummvm-rg350-cf3832fccefc00bcac4bc4d355568a66479fc926.tar.gz
scummvm-rg350-cf3832fccefc00bcac4bc4d355568a66479fc926.tar.bz2
scummvm-rg350-cf3832fccefc00bcac4bc4d355568a66479fc926.zip
Background restoration in rendering pipeline. WIP.
svn-id: r33097
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 91f59d961c..a55f04b115 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -251,6 +251,7 @@ public:
* the dialog stack from scratch.
*/
virtual bool closeDialog() { return false; }
+ virtual void finishBuffering() {}
/**
* Clear the complete GUI screen.