git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gui: experimental Z order for root widgets
[enigma2.git]
/
lib
/
gui
/
ewindow.h
diff --git
a/lib/gui/ewindow.h
b/lib/gui/ewindow.h
index
a5b92ed
..
d36d912
100644
(file)
--- 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;