summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-18 02:38:29 +0000
committerDana Jansens <danakj@orodu.net>2003-01-18 02:38:29 +0000
commite6d6a1b6b59d53f9d149f034274b205844eacf1e (patch)
treefe9fcbc1f0b3ae0cd06b5ed84e4aefa7b97d3000 /otk/truerendercontrol.hh
parent056c5b435d6f52d0ade3beece3e112c4c4cc5268 (diff)
change the render() interface
Diffstat (limited to 'otk/truerendercontrol.hh')
-rw-r--r--otk/truerendercontrol.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh
index f4057355..574b5272 100644
--- a/otk/truerendercontrol.hh
+++ b/otk/truerendercontrol.hh
@@ -17,7 +17,7 @@ public:
TrueRenderControl(const ScreenInfo *screen);
virtual ~TrueRenderControl();
- virtual void render(::Window w);
+ virtual void render(Widget *wi);
};
}