From 136c9c078d33e5784881267be03d8ff1adf41bc5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Feb 2003 21:57:21 +0000 Subject: support for pixmap icons, kwm_win_icon and the icon in wmhints --- otk/rendercontrol.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'otk/rendercontrol.hh') 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, -- cgit v1.2.3