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/pseudorendercontrol.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/pseudorendercontrol.hh') 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; }; } -- cgit v1.2.3