]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
add cycling of windows of the same class on all workspaces
[chaz/openbox] / util / epist / window.hh
index edd126b05064aa710d5a5433d6543a42e1a3c5cd..44df2135e7437eb434522ca0de40f8911f60796f 100644 (file)
@@ -81,6 +81,11 @@ public:
   void processEvent(const XEvent &e);
 
   void shade(const bool sh) const;
+  void close() const;
+  void raise() const;
+  void lower() const;
+  void iconify() const;
+  void focus() const;
 
   bool operator == (const XWindow &w) const { return w._window == _window; }
   bool operator == (const Window &w) const { return w == _window; }
This page took 0.019965 seconds and 4 git commands to generate.