X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fgui%2Fewindowstyleskinned.h;h=b74f4623ea2393088aba430caca13ad7064d40d0;hb=e655925b38755a071f04ed682932e6a7c47a2265;hp=57c54a08ff704e5e8032faff22729a69bb673c21;hpb=ed40f6f85c9c07c3c1224ae20601082c0309a631;p=vuplus_dvbapp diff --git a/lib/gui/ewindowstyleskinned.h b/lib/gui/ewindowstyleskinned.h index 57c54a0..b74f462 100644 --- a/lib/gui/ewindowstyleskinned.h +++ b/lib/gui/ewindowstyleskinned.h @@ -52,6 +52,7 @@ public: bpiBottomRight = 8, }; + void setPixmap(int bs, int bp, ePtr &pixmap); void setPixmap(int bs, int bp, gPixmap &pixmap); enum { @@ -81,6 +82,7 @@ private: { ePtr 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];