aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorBastien Bouclet2016-09-13 20:25:13 +0200
committerBastien Bouclet2016-09-13 20:25:13 +0200
commit521ba2cb8ac6cbe4240ad4da7ad44d13449e3943 (patch)
tree68656da0c6db2270ca534fb4f5b18a37f247d84d /backends/graphics
parentcd803d7ca7dcac1f747e9ec6d75f0048825e6f06 (diff)
downloadscummvm-rg350-521ba2cb8ac6cbe4240ad4da7ad44d13449e3943.tar.gz
scummvm-rg350-521ba2cb8ac6cbe4240ad4da7ad44d13449e3943.tar.bz2
scummvm-rg350-521ba2cb8ac6cbe4240ad4da7ad44d13449e3943.zip
OSYSTEM: Introduce a method allowing to draw a background activity icon
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/graphics/graphics.h b/backends/graphics/graphics.h
index 921dfca61c..271a482032 100644
--- a/backends/graphics/graphics.h
+++ b/backends/graphics/graphics.h
@@ -87,6 +87,7 @@ public:
virtual void copyRectToOSD(const void *buf, int pitch, int x, int y, int w, int h) {}
virtual void clearOSD() {}
virtual Graphics::PixelFormat getOSDFormat() { return Graphics::PixelFormat(); }
+ virtual void displayActivityIconOnOSD(const Graphics::Surface *icon) {}
// Graphics::PaletteManager interface