]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
added sendTo action
[chaz/openbox] / util / epist / window.hh
index 3b118375235c9a0b712de04f157ef3fce0a1c411..351ec566844d6342a66c1e477f677423c168f00f 100644 (file)
@@ -84,6 +84,9 @@ public:
   void close() const;
   void raise() const;
   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.021281 seconds and 4 git commands to generate.