]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.hh
add the ability to close a window
[chaz/openbox] / util / epist / window.hh
index edd126b05064aa710d5a5433d6543a42e1a3c5cd..5c275d741baf67abfd2f1c381389ca11c69f826a 100644 (file)
@@ -81,6 +81,7 @@ public:
   void processEvent(const XEvent &e);
 
   void shade(const bool sh) const;
+  void close() const;
 
   bool operator == (const XWindow &w) const { return w._window == _window; }
   bool operator == (const Window &w) const { return w == _window; }
This page took 0.022751 seconds and 4 git commands to generate.