From 25f0151154c90b1c72f049e200d942fb2c18ddc5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 20 Jan 2003 20:20:06 +0000 Subject: drawSolidBackground seems to work :) --- otk/rendercontrol.hh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'otk/rendercontrol.hh') diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index 20ec8c1d..f4ae6493 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -63,18 +63,21 @@ protected: RenderControl(int screen); + virtual void drawSolidBackground(Surface& sf, + const RenderTexture& texture) const; + public: virtual ~RenderControl(); static RenderControl *getRenderControl(int screen); //! Draws a string onto a Surface - virtual void drawString(Surface& sf, const Font &font, int x, int y, - const Color &color, const ustring &string) const; + virtual void drawString(Surface& sf, const Font& font, int x, int y, + const Color& 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; }; } -- cgit v1.2.3