X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/db6ca522bdfbde29c214b41435a10876ff72a0a4..505654a8df4293feffc1ae477f7068a79f08853b:/lib/gui/ewindow.h diff --git a/lib/gui/ewindow.h b/lib/gui/ewindow.h index d36d9124..bb7f771c 100644 --- a/lib/gui/ewindow.h +++ b/lib/gui/ewindow.h @@ -32,6 +32,7 @@ private: std::string m_title; eWidget *m_child; int m_flags; + eWidgetDesktop *m_desktop; }; #endif