diff options
Diffstat (limited to 'otk/truerendercontrol.hh')
| -rw-r--r-- | otk/truerendercontrol.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh index a1bc47dc..71b94e62 100644 --- a/otk/truerendercontrol.hh +++ b/otk/truerendercontrol.hh @@ -34,6 +34,9 @@ public: virtual ~TrueRenderControl(); virtual void drawBackground(Surface& sf, const RenderTexture &texture) const; + + virtual void drawImage(Surface &sf, int w, int h, + unsigned long *data) const; }; } |
