diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 09:17:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 09:17:23 +0000 |
| commit | 5bf463ea955bd7e27b1f04a1eefb28ec52309cb8 (patch) | |
| tree | fb22192458db019ece0791df16ec45ebdab35fc2 /util/epist/window.hh | |
| parent | c9be3ee06121bc4d0dec3586918607f18dabdb89 (diff) | |
add the ability to close a window
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 edd126b0..5c275d74 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -81,6 +81,7 @@ public: void processEvent(const XEvent &e); void shade(const bool sh) const; + void close() const; bool operator == (const XWindow &w) const { return w._window == _window; } bool operator == (const Window &w) const { return w == _window; } |
