diff options
Diffstat (limited to 'backends/null')
-rw-r--r-- | backends/null/null.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/null/null.cpp b/backends/null/null.cpp index 6fed878e9c..fa5b634868 100644 --- a/backends/null/null.cpp +++ b/backends/null/null.cpp @@ -36,7 +36,7 @@ public: void updateScreen() {} bool showMouse(bool visible) { return false; } void set_mouse_pos(int x, int y) {} - 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) {} void set_shake_pos(int shake_pos) {} uint32 get_msecs(); void delay_msecs(uint msecs); |