From c6234a4de0263828e89e3b8812cbb93e72d13ffc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 09:28:01 +0000 Subject: add iconifying --- util/epist/screen.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/epist/screen.cc') diff --git a/util/epist/screen.cc b/util/epist/screen.cc index db812878..d8d8edca 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -175,6 +175,10 @@ void screen::handleKeypress(const XEvent &e) { XWindow *window = *_active; switch (it->type()) { + case Action::iconify: + window->iconify(); + return; + case Action::close: window->close(); return; -- cgit v1.2.3