summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-11 23:58:33 +0000
committerDana Jansens <danakj@orodu.net>2003-02-11 23:58:33 +0000
commit3147ad1a60db250b5b552a406dc33046d250cfea (patch)
tree9278191b64a67e46e4c6f15452ec4c196881ae8c /otk/rendercontrol.hh
parent555facb9c737be20cd923abc15875af0281a8927 (diff)
start on the rendering images code
Diffstat (limited to 'otk/rendercontrol.hh')
-rw-r--r--otk/rendercontrol.hh3
1 files changed, 2 insertions, 1 deletions
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,