From 3a9f0752745f5f77dabef3e52cfc573130676f65 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 22 Jul 2002 09:27:40 +0000 Subject: much nicer hardcoded bindings! :) --- util/epist/epist.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util/epist/epist.hh') 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(); -- cgit v1.2.3