diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 09:58:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 09:58:49 +0000 |
| commit | a9dfa0439bd8d4f525d5b41a22a3eb14b94d1200 (patch) | |
| tree | c56566233d28320b710dc148a13f66bc43250391 /util/epist/window.hh | |
| parent | faab750f78c333c1c412023677d6d85915cb57de (diff) | |
add next/prev window on all workspaces
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; } |
