]> Dogcows Code - chaz/openbox/blobdiff - util/epist/screen.hh
cycle windows was looping forever!
[chaz/openbox] / util / epist / screen.hh
index 1f0a387591ab9f44cb4ff849d23ac11ebc3c4a48..be30baa58fce1e89524987a6bb8000c4c918d776 100644 (file)
@@ -74,11 +74,14 @@ public:
   void handleKeypress(const XEvent &e);
 
   void cycleWindow(const bool forward, const bool alldesktops = false,
-                   const bool sameclass = false) const;
+                   const bool sameclass = false,
+                   const std::string &classname = "") const;
   void cycleWorkspace(const bool forward, const bool loop = true) const;
   void changeWorkspace(const int num) const;
   void toggleShaded(const Window win) const;
   void execCommand(const std::string &cmd) const;
+
+  void grabKey(const KeyCode keyCode, const int modifierMask) const;
 };
 
 #endif // __screen_hh
This page took 0.025299 seconds and 4 git commands to generate.