diff options
Diffstat (limited to 'backends/x11/x11.cpp')
| -rw-r--r-- | backends/x11/x11.cpp | 2 | 
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); | 
