diff options
Diffstat (limited to 'otk/rendercontrol.hh')
| -rw-r--r-- | otk/rendercontrol.hh | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index 1d9ab7e7..781c32d4 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -71,14 +71,16 @@ public: static RenderControl *getRenderControl(int screen); + virtual void drawRoot(const RenderColor &color) const; + //! Draws a string onto a Surface - virtual void drawString(Surface& sf, const Font& font, int x, int y, - const RenderColor& color, - const ustring& string) const; + virtual void drawString(Surface &sf, const Font &font, int x, int y, + const RenderColor &color, + const ustring &string) const; //! Draws a background onto a Surface, as specified by a RenderTexture - virtual void drawBackground(Surface& sf, - const RenderTexture& texture) const = 0; + virtual void drawBackground(Surface &sf, + const RenderTexture &texture) const = 0; }; } |
