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 29e2d6ff..44df2135 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -85,6 +85,7 @@ public: void raise() const; void lower() const; void iconify() const; + void focus() const; bool operator == (const XWindow &w) const { return w._window == _window; } bool operator == (const Window &w) const { return w == _window; } |
