summaryrefslogtreecommitdiff
path: root/util/epist/window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/window.cc')
-rw-r--r--util/epist/window.cc6
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);
+}