diff options
Diffstat (limited to 'backends/graphics')
| -rw-r--r-- | backends/graphics/graphics.h | 1 | 
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  | 
