]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
properly track the active workspace and the number of workspaces.
[chaz/openbox] / util / epist / window.hh
index edd126b05064aa710d5a5433d6543a42e1a3c5cd..29e2d6ffcffe54e85f572af4b5fe81d18f10d3fd 100644 (file)
@@ -81,6 +81,10 @@ public:
   void processEvent(const XEvent &e);
 
   void shade(const bool sh) const;
+  void close() const;
+  void raise() const;
+  void lower() const;
+  void iconify() const;
 
   bool operator == (const XWindow &w) const { return w._window == _window; }
   bool operator == (const Window &w) const { return w == _window; }
This page took 0.022468 seconds and 4 git commands to generate.