aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/surfacesdl/surfacesdl-graphics.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-03 19:18:01 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit2a15b8b280af4d4beddb142e468f511a65552e2d (patch)
tree1c04f72866b277ee1410ca952be5296db9e06d6f /backends/graphics/surfacesdl/surfacesdl-graphics.h
parent9d186929e16ce023222028143a280aca03605fe9 (diff)
downloadscummvm-rg350-2a15b8b280af4d4beddb142e468f511a65552e2d.tar.gz
scummvm-rg350-2a15b8b280af4d4beddb142e468f511a65552e2d.tar.bz2
scummvm-rg350-2a15b8b280af4d4beddb142e468f511a65552e2d.zip
GUI: Add clearOSD() method
So one can erase everything from OSD and then blit something on it.
Diffstat (limited to 'backends/graphics/surfacesdl/surfacesdl-graphics.h')
-rw-r--r--backends/graphics/surfacesdl/surfacesdl-graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/graphics/surfacesdl/surfacesdl-graphics.h b/backends/graphics/surfacesdl/surfacesdl-graphics.h
index a8bafd0a84..01974cf6ab 100644
--- a/backends/graphics/surfacesdl/surfacesdl-graphics.h
+++ b/backends/graphics/surfacesdl/surfacesdl-graphics.h
@@ -146,6 +146,7 @@ public:
#ifdef USE_OSD
virtual void displayMessageOnOSD(const char *msg);
virtual void copyRectToOSD(const void *buf, int pitch, int x, int y, int w, int h);
+ virtual void clearOSD();
#endif
// Override from Common::EventObserver