summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-20 06:11:12 +0000
committerDana Jansens <danakj@orodu.net>2003-01-20 06:11:12 +0000
commitd8d9b42777ace234f3471918e1210062578f8188 (patch)
tree915e9aa986ba44dda4c357bc834c68b4dc550525 /otk/rendercontrol.hh
parent0ba441fe8f379ec506000f7fa29f867cb6bc0d51 (diff)
widegt using new render system
Diffstat (limited to 'otk/rendercontrol.hh')
-rw-r--r--otk/rendercontrol.hh4
1 files changed, 2 insertions, 2 deletions
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;
};