summaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index d528d00..f03dc01 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -527,6 +527,9 @@ bool Keys::addBinding(const string &linebuffer) {
527bool Keys::doAction(int type, unsigned int mods, unsigned int key, 527bool Keys::doAction(int type, unsigned int mods, unsigned int key,
528 int context, WinClient *current, Time time) { 528 int context, WinClient *current, Time time) {
529 529
530 if (!m_keylist)
531 return false;
532
530 static Time last_button_time = 0; 533 static Time last_button_time = 0;
531 static unsigned int last_button = 0; 534 static unsigned int last_button = 0;
532 535