X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fgui%2Fewidget.h;h=5cb139c505f354750f4c17dfb520409e877fb9af;hp=8bd199f9d4a1548c47b85ee362c2374288e1b12e;hb=87bfe5dfced0fb7a4e9839fdafa898261a39c86c;hpb=5c471ed8362098ad535177010c7b15957a586234 diff --git a/lib/gui/ewidget.h b/lib/gui/ewidget.h index 8bd199f..5cb139c 100644 --- a/lib/gui/ewidget.h +++ b/lib/gui/ewidget.h @@ -4,6 +4,7 @@ #include /* for gRegion */ #include /* for eSmartPtrList */ #include /* for eWindowStyle */ +#include class eWidgetDesktop;class eWidgetDesktop; @@ -42,6 +43,7 @@ public: int isVisible() { return (m_vis & wVisShow) && ((!m_parent) || m_parent->isVisible()); } /* ... */ + eWidgetAnimation m_animation; private: eWidgetDesktop *m_desktop;