summaryrefslogtreecommitdiff
path: root/util/epist/window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/window.hh')
-rw-r--r--util/epist/window.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/epist/window.hh b/util/epist/window.hh
index 5c275d74..3b118375 100644
--- a/util/epist/window.hh
+++ b/util/epist/window.hh
@@ -82,6 +82,8 @@ public:
void shade(const bool sh) const;
void close() const;
+ void raise() const;
+ void lower() const;
bool operator == (const XWindow &w) const { return w._window == _window; }
bool operator == (const Window &w) const { return w == _window; }