diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-12-22 02:08:19 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-12-22 02:08:19 +0000 |
| commit | db6ca522bdfbde29c214b41435a10876ff72a0a4 (patch) | |
| tree | d43a7d31e1fbd5fc9a3b95839cf8e46c62af5e76 /lib/gui/ewindow.h | |
| parent | eb47577c32b49a28eb7986b0fd86ed0d76207150 (diff) | |
| download | enigma2-db6ca522bdfbde29c214b41435a10876ff72a0a4.tar.gz enigma2-db6ca522bdfbde29c214b41435a10876ff72a0a4.zip | |
gui: experimental Z order for root widgets
Diffstat (limited to 'lib/gui/ewindow.h')
| -rw-r--r-- | lib/gui/ewindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/ewindow.h b/lib/gui/ewindow.h index a5b92eda..d36d9124 100644 --- a/lib/gui/ewindow.h +++ b/lib/gui/ewindow.h @@ -10,7 +10,7 @@ class eWindow: public eWidget { friend class eWindowStyle; public: - eWindow(eWidgetDesktop *desktop); + eWindow(eWidgetDesktop *desktop, int z = 0); ~eWindow(); void setTitle(const std::string &string); std::string getTitle() const; |
