minimally improved LCD support
[enigma2.git] / lib / gui / ewindow.h
index d36d912401a5e85e739426c3c2d227a2f0e29fb0..bb7f771cc57a72b2e921c69c44a3248afb51c954 100644 (file)
@@ -32,6 +32,7 @@ private:
        std::string m_title;
        eWidget *m_child;
        int m_flags;
+       eWidgetDesktop *m_desktop;
 };
 
 #endif