diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 09:28:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 09:28:01 +0000 |
| commit | c6234a4de0263828e89e3b8812cbb93e72d13ffc (patch) | |
| tree | 19f9d117eeb7891b32c72990ef652bc69fe63ce6 /util/epist/window.hh | |
| parent | b94699afc339c469534521c44470aa6d19e5b4cc (diff) | |
add iconifying
Diffstat (limited to 'util/epist/window.hh')
| -rw-r--r-- | util/epist/window.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/epist/window.hh b/util/epist/window.hh index 3b118375..29e2d6ff 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -84,6 +84,7 @@ public: void close() const; void raise() const; void lower() const; + void iconify() const; bool operator == (const XWindow &w) const { return w._window == _window; } bool operator == (const Window &w) const { return w == _window; } |
