diff options
Diffstat (limited to 'graphics/VectorRenderer.h')
-rw-r--r-- | graphics/VectorRenderer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h index 5f7b6e60d3..2b84c21894 100644 --- a/graphics/VectorRenderer.h +++ b/graphics/VectorRenderer.h @@ -290,6 +290,13 @@ public: } /** + * Returns the currently active drawing surface + */ + virtual TransparentSurface *getActiveSurface() { + return _activeSurface; + } + + /** * Fills the active surface with the specified fg/bg color or the active gradient. * Defaults to using the active Foreground color for filling. */ |