X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.hh;h=be30baa58fce1e89524987a6bb8000c4c918d776;hb=a0cf45a0ef5f7e2cbf0833f4d8655131912400cc;hp=4c3a47c2f89a5c8b7387f6fbb28808e3bab9a18c;hpb=6d403febc6fe6c29728d013280756f7951f195db;p=chaz%2Fopenbox diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 4c3a47c2..be30baa5 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -80,6 +80,8 @@ public: 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