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/mac/mac.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'backends/mac') diff --git a/backends/mac/mac.cpp b/backends/mac/mac.cpp index f22d72666b..2dc6dea1f5 100644 --- a/backends/mac/mac.cpp +++ b/backends/mac/mac.cpp @@ -772,6 +772,12 @@ void OSystem_MAC::copy_rect(const byte *buf, int pitch, int x, int y, int w, int } while(--h); } +void OSystem_MAC::move_screen(int dx, int dy) { + + +} + + void OSystem_MAC::add_dirty_rect(int x, int y, int w, int h) { if (force_full) return; -- cgit v1.2.3