aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs/dialogs.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-07-04 21:58:15 -0700
committerPaul Gilbert2018-07-04 21:58:15 -0700
commitc2854a83182b5d474b72ffd9d0c17d0b99c2218a (patch)
tree831790a85f01c285acf216a550f4b1a08f778890 /engines/xeen/dialogs/dialogs.h
parent52f110325c440cad4f752925ddd07b19cf242e44 (diff)
downloadscummvm-rg350-c2854a83182b5d474b72ffd9d0c17d0b99c2218a.tar.gz
scummvm-rg350-c2854a83182b5d474b72ffd9d0c17d0b99c2218a.tar.bz2
scummvm-rg350-c2854a83182b5d474b72ffd9d0c17d0b99c2218a.zip
XEEN: Fix using mouse click to close message dialogs
Diffstat (limited to 'engines/xeen/dialogs/dialogs.h')
-rw-r--r--engines/xeen/dialogs/dialogs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/xeen/dialogs/dialogs.h b/engines/xeen/dialogs/dialogs.h
index e97e46c5d3..2350bb8392 100644
--- a/engines/xeen/dialogs/dialogs.h
+++ b/engines/xeen/dialogs/dialogs.h
@@ -102,6 +102,12 @@ protected:
* @param ccMode Optional cc file number to explicitly use
*/
void loadStrings(const Common::String &name, int ccMode);
+
+ /**
+ * Sets the wait bounds, the area where clicking with the mouse generates
+ * the equivalent of a space bar press, to the main interface area
+ */
+ void setWaitBounds();
public:
ButtonContainer(XeenEngine *vm) : Cutscenes(vm), _buttonValue(0) {}