summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/rendercontrol.hh')
-rw-r--r--otk/rendercontrol.hh3
1 files changed, 2 insertions, 1 deletions
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;
};
}