From d8d9b42777ace234f3471918e1210062578f8188 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 20 Jan 2003 06:11:12 +0000 Subject: widegt using new render system --- otk/rendercontrol.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk/rendercontrol.hh') diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index a512060f..20ec8c1d 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -69,11 +69,11 @@ public: static RenderControl *getRenderControl(int screen); //! Draws a string onto a Surface - virtual void drawString(Surface *sf, const Font &font, int x, int y, + 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, + virtual void drawBackground(Surface &sf, const RenderTexture &texture) const = 0; }; -- cgit v1.2.3