aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_main.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-08-22 14:52:26 +0000
committerEugene Sandulenko2009-08-22 14:52:26 +0000
commit95c5d240447879397b74a65490644a3ac7e3d461 (patch)
treedcb4700bedc60578ed707c3fe6dde83c2330df8c /backends/platform/iphone/osys_main.h
parentad507d3387bc54206a4df5137012c90c6a93aba6 (diff)
downloadscummvm-rg350-95c5d240447879397b74a65490644a3ac7e3d461.tar.gz
scummvm-rg350-95c5d240447879397b74a65490644a3ac7e3d461.tar.bz2
scummvm-rg350-95c5d240447879397b74a65490644a3ac7e3d461.zip
Second attempt to fix DC and iPhone backends compilation
svn-id: r43651
Diffstat (limited to 'backends/platform/iphone/osys_main.h')
-rw-r--r--backends/platform/iphone/osys_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/osys_main.h b/backends/platform/iphone/osys_main.h
index 25cfbcd276..c4c1a8b080 100644
--- a/backends/platform/iphone/osys_main.h
+++ b/backends/platform/iphone/osys_main.h
@@ -149,7 +149,7 @@ public:
virtual bool showMouse(bool visible);
virtual void warpMouse(int x, int y);
- virtual void setMouseCursor(const byte *buf, uint w, uint h, int hotspotX, int hotspotY, byte keycolor = 255, int cursorTargetScale = 1, const Graphics::PixelFormat *format = NULL);
+ virtual void setMouseCursor(const byte *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor = 255, int cursorTargetScale = 1, const Graphics::PixelFormat *format = NULL);
virtual bool pollEvent(Common::Event &event);
virtual uint32 getMillis();