make local listbox styles working for text lists
[enigma2.git] / lib / gui / elistbox.h
index ace418984dcd7415f9246fb86d437bd9188f4cad..1cadf74b75085d4c0b8537fbc9471f1c73b1fc21 100644 (file)
@@ -120,8 +120,8 @@ public:
 
        void setBackgroundColor(gRGB &col);
        void setForegroundColor(gRGB &col);
 
        void setBackgroundColor(gRGB &col);
        void setForegroundColor(gRGB &col);
-       void setBackgroundPicture(gPixmap *pm);
-       void setSelectionPicture(gPixmap *pm);
+       void setBackgroundPicture(ePtr<gPixmap> &pixmap);
+       void setSelectionPicture(ePtr<gPixmap> &pixmap);
 
        struct eListboxStyle *getLocalStyle(void);
 #ifndef SWIG
 
        struct eListboxStyle *getLocalStyle(void);
 #ifndef SWIG