aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.h
diff options
context:
space:
mode:
authorBorja Lorente2016-07-13 13:40:00 +0200
committerBorja Lorente2016-08-14 18:54:50 +0200
commitd826fcb18b84f3e3eb3e4cad293122c9a44b9871 (patch)
tree448ba3e1991cb3e7df86ee76927673020d72d67c /engines/macventure/gui.h
parentbc29c37f3273ca98fa813349dd1bd66a7af09e80 (diff)
downloadscummvm-rg350-d826fcb18b84f3e3eb3e4cad293122c9a44b9871.tar.gz
scummvm-rg350-d826fcb18b84f3e3eb3e4cad293122c9a44b9871.tar.bz2
scummvm-rg350-d826fcb18b84f3e3eb3e4cad293122c9a44b9871.zip
MACVENTURE: Fix drag screen overflow problem
Diffstat (limited to 'engines/macventure/gui.h')
-rw-r--r--engines/macventure/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/macventure/gui.h b/engines/macventure/gui.h
index 2c4ef3fd2a..65f2ec5fdb 100644
--- a/engines/macventure/gui.h
+++ b/engines/macventure/gui.h
@@ -306,6 +306,8 @@ private: // Methods
void drawObjectsInWindow(WindowReference target, Graphics::ManagedSurface *surface);
void drawWindowTitle(WindowReference target, Graphics::ManagedSurface *surface);
+ void moveDraggedObject(Common::Point target);
+
// Finders
WindowReference findWindowAtPoint(Common::Point point);
Common::Point getWindowSurfacePos(WindowReference reference);