From e6d6a1b6b59d53f9d149f034274b205844eacf1e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 18 Jan 2003 02:38:29 +0000 Subject: change the render() interface --- otk/rendercontrol.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'otk/rendercontrol.hh') diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index e8dcca44..f48f7057 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -10,6 +10,7 @@ extern "C" { namespace otk { class ScreenInfo; +class Widget; class RenderControl { protected: @@ -67,7 +68,7 @@ public: static RenderControl *getRenderControl(int screen); - virtual void render(::Window w) = 0; + virtual void render(Widget *wi) = 0; }; } -- cgit v1.2.3