diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-18 04:31:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-18 04:31:16 +0000 |
| commit | 02066c5d0b09ae49aa1f9b7193fb16f1ac7f6a37 (patch) | |
| tree | ba1252cbcad2aa593283c08096c36ab24f4f12a6 /otk/truerendercontrol.hh | |
| parent | e3eeac5b6eee29009f3417f309a261d43fd39d27 (diff) | |
starting to make render's 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 4012a008..af057be8 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -17,7 +17,7 @@ public: TrueRenderControl(const ScreenInfo *screen); virtual ~TrueRenderControl(); - virtual void render(Surface *sf); + virtual void drawBackground(Surface *sf, const RenderTexture &texture) const; }; } |
