diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-26 02:10:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-26 02:10:15 +0000 |
| commit | 8c68c9ab0f75514ee4f0336e566ac2c02ac20b65 (patch) | |
| tree | 8dd8bc2a3cf2d0a8e7faa7ca6d6076ad48e8fcce /openbox/action.h | |
| parent | b6d2529acb6e31efbf8c7791e44905a1712da891 (diff) | |
fixes for new keybindings stuff/chroot/parsing
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h index 40391460..c4c06fa8 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -341,5 +341,7 @@ void action_toggle_show_desktop(union ActionData *data); void action_show_desktop(union ActionData *data); /* Any */ void action_unshow_desktop(union ActionData *data); +/* Any */ +void action_break_chroot(union ActionData *data); #endif |
