TranscodingSetup : fix misspelling name.
[vuplus_dvbapp] / lib / gui / ewindowstyleskinned.h
index 57c54a0..b74f462 100644 (file)
@@ -52,6 +52,7 @@ public:
                bpiBottomRight =  8,
        };
        
+       void setPixmap(int bs, int bp, ePtr<gPixmap> &pixmap);
        void setPixmap(int bs, int bp, gPixmap &pixmap);
        
        enum {
@@ -81,6 +82,7 @@ private:
        {
                ePtr<gPixmap> m_pixmap[9];
                int m_border_top, m_border_left, m_border_right, m_border_bottom;
+               borderSet() { m_border_top = m_border_left = m_border_right = m_border_bottom = 0; }
        };
        
        borderSet m_border[bsMax];