From 9f705c02b9c412c053fc12a2ebdc5cebe83400c8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 18 Jan 2003 04:06:39 +0000 Subject: *** empty log message *** --- 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 efa16fd0..14c0e92c 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -10,7 +10,7 @@ extern "C" { namespace otk { class ScreenInfo; -class Widget; +class Surface; class RenderControl { protected: @@ -66,7 +66,7 @@ public: static RenderControl *getRenderControl(int screen); - virtual void render(Widget *wi) = 0; + virtual void render(Surface *sf) = 0; }; } -- cgit v1.2.3