summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/rendercontrol.hh')
-rw-r--r--otk/rendercontrol.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh
index 5e21da29..ff9d313d 100644
--- a/otk/rendercontrol.hh
+++ b/otk/rendercontrol.hh
@@ -64,6 +64,9 @@ public:
virtual void drawImage(Surface &sf, int w, int h,
unsigned long *data) const;
+ //! Draws an image onto the surface
+ virtual void drawImage(Surface &sf, Pixmap pixmap, Pixmap mask) const;
+
//! Draws a string onto a Surface
virtual void drawString(Surface &sf, const Font &font, int x, int y,
const RenderColor &color,