diff options
Diffstat (limited to 'util/epist/epist.hh')
| -rw-r--r-- | util/epist/epist.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/epist/epist.hh b/util/epist/epist.hh index c0687e02..049a672c 100644 --- a/util/epist/epist.hh +++ b/util/epist/epist.hh @@ -57,6 +57,11 @@ private: virtual bool handleSignal(int sig); void activateGrabs(); + void addAction(Action::ActionType act, unsigned int modifiers, + std::string key, int number = 0); + void addAction(Action::ActionType act, unsigned int modifiers, + std::string key, std::string str); + public: epist(char **argv, char *display_name, char *rc_file); virtual ~epist(); |
