From 3147ad1a60db250b5b552a406dc33046d250cfea Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 11 Feb 2003 23:58:33 +0000 Subject: start on the rendering images code --- otk/truerendercontrol.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'otk/truerendercontrol.hh') 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; }; } -- cgit v1.2.3