]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
add 'toggleomnipresent' action
[chaz/openbox] / util / epist / window.hh
index 44df2135e7437eb434522ca0de40f8911f60796f..351ec566844d6342a66c1e477f677423c168f00f 100644 (file)
@@ -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; }
This page took 0.023115 seconds and 4 git commands to generate.