diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-11 21:19:58 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-11 21:19:58 -0500 |
| commit | 405d9a3e431b01a221be65f41bccb6c80c43b0a4 (patch) | |
| tree | 753ee1e167be50ba6d9d26cecf52bd47a737e29d /openbox/keytree.h | |
| parent | c2e495c720d93521bdb0e1bfd7e76584a1b329b7 (diff) | |
dont reparse the config file when the keyboard map changes. just rebind everything. yay for mika as inspiration
Diffstat (limited to 'openbox/keytree.h')
| -rw-r--r-- | openbox/keytree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/keytree.h b/openbox/keytree.h index 391cb154..0307378d 100644 --- a/openbox/keytree.h +++ b/openbox/keytree.h @@ -41,6 +41,7 @@ KeyBindingTree *tree_build(GList *keylist); void tree_assimilate(KeyBindingTree *node); KeyBindingTree *tree_find(KeyBindingTree *search, gboolean *conflict); gboolean tree_chroot(KeyBindingTree *tree, GList *keylist); +void tree_rebind(KeyBindingTree *node); #endif |
