X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/db6ca522bdfbde29c214b41435a10876ff72a0a4..67c5da081cdccf94b1da1792b8388786c4798101:/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