diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-18 02:38:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-18 02:38:29 +0000 |
| commit | e6d6a1b6b59d53f9d149f034274b205844eacf1e (patch) | |
| tree | fe9fcbc1f0b3ae0cd06b5ed84e4aefa7b97d3000 /otk/truerendercontrol.hh | |
| parent | 056c5b435d6f52d0ade3beece3e112c4c4cc5268 (diff) | |
change the render() interface
Diffstat (limited to 'otk/truerendercontrol.hh')
| -rw-r--r-- | otk/truerendercontrol.hh | 2 |
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); }; } |
