From 0fbefc72aa7fd29b74dd2fac41ebfae0dfcac781 Mon Sep 17 00:00:00 2001 From: Michael Pearce Date: Mon, 9 Sep 2002 05:56:11 +0000 Subject: Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;) svn-id: r4909 --- backends/null/null.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/null/null.cpp') 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) {} -- cgit v1.2.3