diff options
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; } |
