diff options
author | Michael Pearce | 2002-09-09 05:56:11 +0000 |
---|---|---|
committer | Michael Pearce | 2002-09-09 05:56:11 +0000 |
commit | 0fbefc72aa7fd29b74dd2fac41ebfae0dfcac781 (patch) | |
tree | 7db3576c01a534d363786bb7a16c18b85eec2452 /backends/null | |
parent | 5b8eb34406373daa7a167f89d32dbe72c3cdc005 (diff) | |
download | scummvm-rg350-0fbefc72aa7fd29b74dd2fac41ebfae0dfcac781.tar.gz scummvm-rg350-0fbefc72aa7fd29b74dd2fac41ebfae0dfcac781.tar.bz2 scummvm-rg350-0fbefc72aa7fd29b74dd2fac41ebfae0dfcac781.zip |
Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)
svn-id: r4909
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) {} |