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/screen.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'util/epist/screen.cc') diff --git a/util/epist/screen.cc b/util/epist/screen.cc index 7c4294a0..db812878 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -179,6 +179,14 @@ void screen::handleKeypress(const XEvent &e) { window->close(); return; + case Action::raise: + window->raise(); + return; + + case Action::lower: + window->lower(); + return; + case Action::toggleshade: window->shade(! window->shaded()); return; -- cgit v1.2.3