diff options
Diffstat (limited to 'util/epist/screen.hh')
| -rw-r--r-- | util/epist/screen.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
