From 02066c5d0b09ae49aa1f9b7193fb16f1ac7f6a37 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 18 Jan 2003 04:31:16 +0000 Subject: starting to make render's interface --- otk/truerendercontrol.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/truerendercontrol.hh') diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh index 4012a008..af057be8 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -17,7 +17,7 @@ public: TrueRenderControl(const ScreenInfo *screen); virtual ~TrueRenderControl(); - virtual void render(Surface *sf); + virtual void drawBackground(Surface *sf, const RenderTexture &texture) const; }; } -- cgit v1.2.3