diff options
Diffstat (limited to 'src/bindings.cc')
| -rw-r--r-- | src/bindings.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bindings.cc b/src/bindings.cc index 8d889932..b854ba25 100644 --- a/src/bindings.cc +++ b/src/bindings.cc @@ -150,6 +150,7 @@ BindingTree *OBBindings::buildtree(const StringVect &keylist, int id) ret = new BindingTree(id); if (!p) ret->chain = false; ret->first_child = p; + printf("adding child %lx\n", (long)p); if (!translate(*it, ret->binding, true)) { destroytree(ret); ret = 0; @@ -162,7 +163,7 @@ BindingTree *OBBindings::buildtree(const StringVect &keylist, int id) OBBindings::OBBindings() - : _curpos(&_keytree) + : _curpos(&_keytree), _mousetree(0) { } |
