diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 10:11:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 10:11:10 +0000 |
| commit | 5cb52056efcac25dd4b0d3035f860e5b1870bca1 (patch) | |
| tree | 4158163ea7246e557c1657f2803cbf2b9338632b /util/epist/window.hh | |
| parent | e01cab39e56e5cc9e0dc436983842c050dab1bac (diff) | |
add 'toggleomnipresent' action
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 44df2135..351ec566 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -86,6 +86,7 @@ public: void lower() const; void iconify() const; void focus() const; + void sendTo(unsigned int dest) const; bool operator == (const XWindow &w) const { return w._window == _window; } bool operator == (const Window &w) const { return w == _window; } |
