summaryrefslogtreecommitdiff
path: root/otk/rendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-16 21:57:21 +0000
committerDana Jansens <danakj@orodu.net>2003-02-16 21:57:21 +0000
commit136c9c078d33e5784881267be03d8ff1adf41bc5 (patch)
tree5b9449a318ff53af4ea9fbed8850eb638451288a /otk/rendercontrol.hh
parent0c2f0e0b5e974bace6b7488541fac0fed23c5bc9 (diff)
support for pixmap icons, kwm_win_icon and the icon in wmhints
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,