diff options
author | portix <portix@gmx.net> | 2011-12-03 14:29:54 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-12-03 14:29:54 +0100 |
commit | 4751de265ad7106d6c69698abbf133a91dc3e8b6 (patch) | |
tree | a7a546473ff2dea618c6a44628c7ff66c15c3f12 /src/commands.h | |
parent | 803e55713a896d3c74e2809a2c6f4dd4ced279db (diff) | |
download | dwb-4751de265ad7106d6c69698abbf133a91dc3e8b6.zip |
New command 'protect', thanks to MilkFreeze
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index 5452d7fe..ec8ebf9e 100644 --- a/src/commands.h +++ b/src/commands.h @@ -95,5 +95,6 @@ DwbStatus commands_command_mode(KeyMap *, Arg *); DwbStatus commands_only(KeyMap *, Arg *); DwbStatus commands_toggle_bars(KeyMap *, Arg *); DwbStatus commands_presentation_mode(KeyMap *, Arg *); +DwbStatus commands_toggle_protected(KeyMap *, Arg *); #endif |