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.cc | |
| parent | e01cab39e56e5cc9e0dc436983842c050dab1bac (diff) | |
add 'toggleomnipresent' action
Diffstat (limited to 'util/epist/window.cc')
| -rw-r--r-- | util/epist/window.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/epist/window.cc b/util/epist/window.cc index 376446a4..cbd60f37 100644 --- a/util/epist/window.cc +++ b/util/epist/window.cc @@ -177,3 +177,9 @@ void XWindow::focus() const { _xatom->sendClientMessage(_screen->rootWindow(), XAtom::net_active_window, _window); } + + +void XWindow::sendTo(unsigned int dest) const { + _xatom->sendClientMessage(_screen->rootWindow(), XAtom::net_wm_desktop, + _window, dest); +} |
