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/rendercontrol.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'otk/rendercontrol.hh') diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index 14c0e92c..c619597f 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -11,6 +11,7 @@ namespace otk { class ScreenInfo; class Surface; +class RenderTexture; class RenderControl { protected: @@ -66,7 +67,8 @@ public: static RenderControl *getRenderControl(int screen); - virtual void render(Surface *sf) = 0; + virtual void drawBackground(Surface *sf, + const RenderTexture &texture) const = 0; }; } -- cgit v1.2.3