more __deref__ changes
[enigma2.git] / lib / gui / ewindowstyleskinned.cpp
index 03c3fb74156b4526e4a5bad3e228d8b6758056b7..0b20c9255995a9749f60e65726bf9127cbcd9ba8 100644 (file)
@@ -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))