diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-11 23:58:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-11 23:58:33 +0000 |
| commit | 3147ad1a60db250b5b552a406dc33046d250cfea (patch) | |
| tree | 9278191b64a67e46e4c6f15452ec4c196881ae8c /otk/pseudorendercontrol.hh | |
| parent | 555facb9c737be20cd923abc15875af0281a8927 (diff) | |
start on the rendering images code
Diffstat (limited to 'otk/pseudorendercontrol.hh')
| -rw-r--r-- | otk/pseudorendercontrol.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/pseudorendercontrol.hh b/otk/pseudorendercontrol.hh index a1a12a81..d834d5d7 100644 --- a/otk/pseudorendercontrol.hh +++ b/otk/pseudorendercontrol.hh @@ -28,6 +28,8 @@ public: virtual ~PseudoRenderControl(); virtual void drawBackground(Surface& sf, const RenderTexture &texture) const; + virtual void drawImage(Surface &sf, int w, int h, + unsigned long *data) const; }; } |
