diff options
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
| -rw-r--r-- | backends/graphics/opengl/opengl-graphics.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h index 35435c156e..55d2c5c826 100644 --- a/backends/graphics/opengl/opengl-graphics.h +++ b/backends/graphics/opengl/opengl-graphics.h @@ -115,6 +115,9 @@ public:  	virtual void setCursorPalette(const byte *colors, uint start, uint num);  	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(); +	virtual Graphics::PixelFormat getOSDFormat();  	// PaletteManager interface  	virtual void setPalette(const byte *colors, uint start, uint num); | 
