aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/opengl-graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
-rw-r--r--backends/graphics/opengl/opengl-graphics.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h
index d048c91593..baebb9c95f 100644
--- a/backends/graphics/opengl/opengl-graphics.h
+++ b/backends/graphics/opengl/opengl-graphics.h
@@ -296,6 +296,16 @@ protected:
virtual bool saveScreenshot(const char *filename);
#ifdef USE_OSD
+ /**
+ * The OSD contents.
+ */
+ Common::Array<Common::String> _osdLines;
+
+ /**
+ * Update the OSD texture / surface.
+ */
+ void updateOSD();
+
GLTexture *_osdTexture;
Graphics::Surface _osdSurface;
uint8 _osdAlpha;