]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.cc
add 'toggleomnipresent' action
[chaz/openbox] / util / epist / window.cc
index 376446a465666250ccc53a14bd96c8f5d6ce5c1c..cbd60f3733831f34274c788dc0ce83a9c98e4f35 100644 (file)
@@ -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);
+}
This page took 0.027896 seconds and 4 git commands to generate.