X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fscreen.hh;h=be30baa58fce1e89524987a6bb8000c4c918d776;hb=6268e2c42adc2bca464867b5a9a2e79085e9a425;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