aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos.cpp
diff options
context:
space:
mode:
authorRuediger Hanke2002-09-23 16:31:05 +0000
committerRuediger Hanke2002-09-23 16:31:05 +0000
commit971f47644ef82b06b705745cf21668360516f835 (patch)
treef34d61fe4555dacf85bc6c0e6c100c693e7969e4 /backends/morphos/morphos.cpp
parent412075437b712cdf91dae5c569026bd8c742a491 (diff)
downloadscummvm-rg350-971f47644ef82b06b705745cf21668360516f835.tar.gz
scummvm-rg350-971f47644ef82b06b705745cf21668360516f835.tar.bz2
scummvm-rg350-971f47644ef82b06b705745cf21668360516f835.zip
Compilation fixes. Overlay functions are stubs only at the moment.
svn-id: r5009
Diffstat (limited to 'backends/morphos/morphos.cpp')
-rw-r--r--backends/morphos/morphos.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/backends/morphos/morphos.cpp b/backends/morphos/morphos.cpp
index 77b4b8c4aa..d8f65e9e5c 100644
--- a/backends/morphos/morphos.cpp
+++ b/backends/morphos/morphos.cpp
@@ -1343,3 +1343,24 @@ void OSystem_MorphOS::init_size(uint w, uint h)
CreateScreen(CSDSPTYPE_KEEP);
}
+void OSystem_MorphOS::show_overlay()
+{
+}
+
+void OSystem_MorphOS::hide_overlay()
+{
+}
+
+void OSystem_MorphOS::clear_overlay()
+{
+}
+
+void OSystem_MorphOS::grab_overlay(int16 *buf, int pitch)
+{
+}
+
+void OSystem_MorphOS::copy_rect_overlay(const int16 *ovl, int pitch, int x, int y, int w, int h)
+{
+}
+
+