diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-03-21 16:30:23 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-03-21 16:30:23 +0000 |
| commit | 9248bf86cddef4cf3904748bcd94ddabef68f8c7 (patch) | |
| tree | d6a7db24a485a22a122b53dde6ed56ac8e1d5c70 /lib/gui/ewindowstyleskinned.cpp | |
| parent | 4404768ce6bb07bf2784da7806444acd462c3a33 (diff) | |
| download | enigma2-9248bf86cddef4cf3904748bcd94ddabef68f8c7.tar.gz enigma2-9248bf86cddef4cf3904748bcd94ddabef68f8c7.zip | |
more __deref__ changes
Diffstat (limited to 'lib/gui/ewindowstyleskinned.cpp')
| -rw-r--r-- | lib/gui/ewindowstyleskinned.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gui/ewindowstyleskinned.cpp b/lib/gui/ewindowstyleskinned.cpp index 03c3fb74..0b20c925 100644 --- a/lib/gui/ewindowstyleskinned.cpp +++ b/lib/gui/ewindowstyleskinned.cpp @@ -214,6 +214,11 @@ RESULT eWindowStyleSkinned::getFont(int what, ePtr<gFont> &fnt) return 0; } +void eWindowStyleSkinned::setPixmap(int bs, int bp, ePtr<gPixmap> &ptr) +{ + setPixmap(bs, bp, *(ptr.operator->())); +} + void eWindowStyleSkinned::setPixmap(int bs, int bp, gPixmap &pixmap) { if ((bs >= bsMax) || (bs < 0)) |
