]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
add next/prev window on all workspaces
[chaz/openbox] / util / epist / window.hh
index 3b118375235c9a0b712de04f157ef3fce0a1c411..44df2135e7437eb434522ca0de40f8911f60796f 100644 (file)
@@ -84,6 +84,8 @@ public:
   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.025124 seconds and 4 git commands to generate.