aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gui/ewindow.h')
-rw-r--r--lib/gui/ewindow.h2
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;