aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-25 14:24:05 -0400
committerPaul Gilbert2015-07-25 14:24:05 -0400
commit9e545df252e92a13bc135e0733d5a3148d6220a6 (patch)
tree8613d5ea48269f6dd83db405873a9f74cae13955 /engines/sherlock/events.h
parentcb9aab65b0b49770f3552bbe001be012d45827e6 (diff)
downloadscummvm-rg350-9e545df252e92a13bc135e0733d5a3148d6220a6.tar.gz
scummvm-rg350-9e545df252e92a13bc135e0733d5a3148d6220a6.tar.bz2
scummvm-rg350-9e545df252e92a13bc135e0733d5a3148d6220a6.zip
SHERLOCK: RT: Generalise code for joining cursor and images as a cursor
Diffstat (limited to 'engines/sherlock/events.h')
-rw-r--r--engines/sherlock/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/events.h b/engines/sherlock/events.h
index 9718a30fd3..15724ad60f 100644
--- a/engines/sherlock/events.h
+++ b/engines/sherlock/events.h
@@ -83,7 +83,7 @@ public:
/**
* Set both a standard cursor as well as an inventory item above it
*/
- void setCursor(CursorId cursorId, const Graphics::Surface &surface);
+ void setCursor(CursorId cursorId, const Common::Point &cursorPos, const Graphics::Surface &surface);
/**
* Animates the mouse cursor if the Wait cursor is showing