aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_common.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-02-20 00:25:48 +0100
committerJohannes Schickel2012-02-20 00:25:48 +0100
commit438bc50115b7d1faf62c5821514d9941792790d0 (patch)
tree829777272f9b5d5ab27edf6de1cea97ebbac6862 /backends/platform/iphone/iphone_common.h
parent68bbe973bdbf0a455fc416f2c533092d920f5ac7 (diff)
downloadscummvm-rg350-438bc50115b7d1faf62c5821514d9941792790d0.tar.gz
scummvm-rg350-438bc50115b7d1faf62c5821514d9941792790d0.tar.bz2
scummvm-rg350-438bc50115b7d1faf62c5821514d9941792790d0.zip
IPHONE: Fix cursor hotspots.
Diffstat (limited to 'backends/platform/iphone/iphone_common.h')
-rw-r--r--backends/platform/iphone/iphone_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/iphone_common.h b/backends/platform/iphone/iphone_common.h
index d6d3a3dc6f..98d1244054 100644
--- a/backends/platform/iphone/iphone_common.h
+++ b/backends/platform/iphone/iphone_common.h
@@ -75,7 +75,7 @@ bool iPhone_isHighResDevice();
int iPhone_getScreenHeight();
int iPhone_getScreenWidth();
void iPhone_enableOverlay(int state);
-void iPhone_setMouseCursor(short *buffer, int width, int height);
+void iPhone_setMouseCursor(short *buffer, int width, int height, int hotspotX, int hotspotY);
uint getSizeNextPOT(uint size);