aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/iphone_common.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-02-20 01:07:48 +0100
committerJohannes Schickel2012-02-20 01:32:48 +0100
commit8102e7e645db5103369799cd7aae390da099746f (patch)
tree4186eb969cb8c0f48f9aec1f82198c4eb63e84dc /backends/platform/iphone/iphone_common.h
parent65cda4cd6b39c9b9e694a0a8ef696458ac1c2b20 (diff)
downloadscummvm-rg350-8102e7e645db5103369799cd7aae390da099746f.tar.gz
scummvm-rg350-8102e7e645db5103369799cd7aae390da099746f.tar.bz2
scummvm-rg350-8102e7e645db5103369799cd7aae390da099746f.zip
IPHONE: Implement cursor palette support.
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 470c042b0e..2c573656a6 100644
--- a/backends/platform/iphone/iphone_common.h
+++ b/backends/platform/iphone/iphone_common.h
@@ -76,7 +76,7 @@ int iPhone_getScreenHeight();
int iPhone_getScreenWidth();
void iPhone_enableOverlay(int state);
void iPhone_showCursor(int state);
-void iPhone_setMouseCursor(short *buffer, int width, int height, int hotspotX, int hotspotY);
+void iPhone_setMouseCursor(unsigned short *buffer, int width, int height, int hotspotX, int hotspotY);
uint getSizeNextPOT(uint size);