diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-16 21:57:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-16 21:57:21 +0000 |
| commit | 136c9c078d33e5784881267be03d8ff1adf41bc5 (patch) | |
| tree | 5b9449a318ff53af4ea9fbed8850eb638451288a /otk/rendercontrol.hh | |
| parent | 0c2f0e0b5e974bace6b7488541fac0fed23c5bc9 (diff) | |
support for pixmap icons, kwm_win_icon and the icon in wmhints
Diffstat (limited to 'otk/rendercontrol.hh')
| -rw-r--r-- | otk/rendercontrol.hh | 3 |
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, |
