diff options
Diffstat (limited to 'util/epist/screen.hh')
| -rw-r--r-- | util/epist/screen.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/epist/screen.hh b/util/epist/screen.hh index 6d0c87ba..1a669bf9 100644 --- a/util/epist/screen.hh +++ b/util/epist/screen.hh @@ -86,6 +86,7 @@ public: void execCommand(const std::string &cmd) const; void grabKey(const KeyCode keyCode, const int modifierMask) const; + void ungrabKey(const KeyCode keyCode, const int modifierMask) const; }; #endif // __screen_hh |
