From b94699afc339c469534521c44470aa6d19e5b4cc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 09:20:14 +0000 Subject: add raising and lowering --- util/epist/window.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/epist/window.hh') 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; } -- cgit v1.2.3