From 5cb52056efcac25dd4b0d3035f860e5b1870bca1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 10:11:10 +0000 Subject: add 'toggleomnipresent' action --- util/epist/window.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'util/epist/window.cc') 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); +} -- cgit v1.2.3