X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.hh;h=be30baa58fce1e89524987a6bb8000c4c918d776;hb=fc792813a24d22330b49eda8b3ef7054eadf20d3;hp=1f0a387591ab9f44cb4ff849d23ac11ebc3c4a48;hpb=f32096dcd2c5a4e44763def56c290ce37aa548ba;p=chaz%2Fopenbox diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 1f0a3875..be30baa5 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -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