add the missing ca-mgr code ;)
[enigma2.git] / lib / gui / ewidget.h
index 345977f225da2026fe40f7168c7dd75d577aeb0b..89b3b38f23f80c89462726af7caf81e02a40f5af 100644 (file)
@@ -53,6 +53,8 @@ private:
        ePtrList<eWidget> m_childs;
        ePoint m_position;
        eSize m_size;
+               /* will be accounted when there's a client offset */
+       eSize m_client_offset;
        eWidget *m_parent;
        
        ePtr<eWindowStyle> m_style;