diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-22 09:27:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-22 09:27:40 +0000 |
| commit | 3a9f0752745f5f77dabef3e52cfc573130676f65 (patch) | |
| tree | 13abb62e5d6ed224f3f1ae4d2bc378f1c8c75670 /util/epist/epist.hh | |
| parent | c15287a8225aeda9c509a57561a9bcb420e0c983 (diff) | |
much nicer hardcoded bindings! :)
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(); |
