diff options
| author | Ruediger Hanke | 2002-09-23 16:31:05 +0000 |
|---|---|---|
| committer | Ruediger Hanke | 2002-09-23 16:31:05 +0000 |
| commit | 971f47644ef82b06b705745cf21668360516f835 (patch) | |
| tree | f34d61fe4555dacf85bc6c0e6c100c693e7969e4 /backends/morphos/morphos.cpp | |
| parent | 412075437b712cdf91dae5c569026bd8c742a491 (diff) | |
| download | scummvm-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.cpp | 21 |
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) +{ +} + + |
