aboutsummaryrefslogtreecommitdiff
path: root/backends/x11
diff options
context:
space:
mode:
authorMax Horn2004-05-06 09:20:21 +0000
committerMax Horn2004-05-06 09:20:21 +0000
commit88fdb5a6274c8e4a832daaf7de00ba275e7d895e (patch)
tree179f9323e4a28d89e266a6434efbf6702bb3cc49 /backends/x11
parentbd19811d19023f172152e4ef59b49e9358f9a5d0 (diff)
downloadscummvm-rg350-88fdb5a6274c8e4a832daaf7de00ba275e7d895e.tar.gz
scummvm-rg350-88fdb5a6274c8e4a832daaf7de00ba275e7d895e.tar.bz2
scummvm-rg350-88fdb5a6274c8e4a832daaf7de00ba275e7d895e.zip
Removed default value for keycolor in the OSystem implementations
svn-id: r13796
Diffstat (limited to 'backends/x11')
-rw-r--r--backends/x11/x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/x11/x11.cpp b/backends/x11/x11.cpp
index af8695d685..3f8d2ddb8f 100644
--- a/backends/x11/x11.cpp
+++ b/backends/x11/x11.cpp
@@ -107,7 +107,7 @@ public:
void warpMouse(int x, int y);
// Set the bitmap that's used when drawing the cursor.
- void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor = 255);
+ void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor);
// Shaking is used in SCUMM. Set current shake position.
void set_shake_pos(int shake_pos);