diff options
Diffstat (limited to 'backends/null')
-rw-r--r-- | backends/null/null.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/null/null.cpp b/backends/null/null.cpp index d48f1be764..df42dbfc38 100644 --- a/backends/null/null.cpp +++ b/backends/null/null.cpp @@ -30,6 +30,7 @@ public: void set_palette(const byte *colors, uint start, uint num) {} void init_size(uint w, uint h); void copy_rect(const byte *buf, int pitch, int x, int y, int w, int h) {} + void move_screen(int dx, int dy) {} void update_screen() {} bool show_mouse(bool visible) { return false; } void set_mouse_pos(int x, int y) {} |