aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/windows.h')
-rw-r--r--engines/macventure/windows.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/macventure/windows.h b/engines/macventure/windows.h
index 70af446817..79b2798a2b 100644
--- a/engines/macventure/windows.h
+++ b/engines/macventure/windows.h
@@ -65,6 +65,10 @@ struct DrawableObject {
}
};
+enum {
+ kScrollAmount = 10
+};
+
struct WindowData {
Common::Rect bounds;
MVWindowType type;
@@ -76,6 +80,7 @@ struct WindowData {
Common::String title;
Common::Array<DrawableObject> children;
bool updateScroll;
+ Common::Point scrollPos;
};
struct BorderBounds {