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