diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-26 01:25:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-26 01:25:52 +0000 |
| commit | b6d2529acb6e31efbf8c7791e44905a1712da891 (patch) | |
| tree | 752bd615f53234488500bdc655d08ad26f4f2647 /openbox/keyboard.h | |
| parent | 1ee98f4a47e67b653057a62171a0993b80f81f8e (diff) | |
add chrooting. use chroot="true" on the chroot location
Diffstat (limited to 'openbox/keyboard.h')
| -rw-r--r-- | openbox/keyboard.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/keyboard.h b/openbox/keyboard.h index 80709fa5..4c6f3bb5 100644 --- a/openbox/keyboard.h +++ b/openbox/keyboard.h @@ -34,11 +34,14 @@ extern KeyBindingTree *keyboard_firstnode; void keyboard_startup(gboolean reconfig); void keyboard_shutdown(gboolean reconfig); +void keyboard_chroot(GList *keylist); gboolean keyboard_bind(GList *keylist, ObAction *action); void keyboard_unbind_all(); void keyboard_event(struct _ObClient *client, const XEvent *e); -void keyboard_reset_chains(); +/*! @param break_chroots how many chroots to break. -1 means to break them ALL! + */ +void keyboard_reset_chains(gint break_chroots); gboolean keyboard_interactive_grab(guint state, struct _ObClient *client, struct _ObAction *action); |
