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/rendercontrol.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'otk/rendercontrol.hh') diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index 49395c58..253e6530 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -88,7 +88,8 @@ public: The image must be specified in 32-bit packed ARGB format. The current background will be used for applying the alpha. */ - virtual void drawImage(Surface &sf, int w, int h, unsigned long *data) const; + virtual void drawImage(Surface &sf, int w, int h, + unsigned long *data) const = 0; //! Draws a string onto a Surface virtual void drawString(Surface &sf, const Font &font, int x, int y, -- cgit v1.2.3