diff options
author | portix <portix@gmx.net> | 2011-12-03 16:28:51 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-12-03 16:28:51 +0100 |
commit | 0489549a24698b66ac064b1a0e2782e5bf8719e5 (patch) | |
tree | 4f4dc43c47cbdb44719c9a6ebac877e3357e3747 /src/commands.h | |
parent | d8a85d239eac09c62380dbde139b4bfd15919413 (diff) | |
parent | 5f36e22d5a9f9750712f5aa0701bf3966d6c3627 (diff) | |
download | dwb-0489549a24698b66ac064b1a0e2782e5bf8719e5.zip |
Merging branch experimental into default
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index ec8ebf9e..9497a89c 100644 --- a/src/commands.h +++ b/src/commands.h @@ -96,5 +96,8 @@ DwbStatus commands_only(KeyMap *, Arg *); DwbStatus commands_toggle_bars(KeyMap *, Arg *); DwbStatus commands_presentation_mode(KeyMap *, Arg *); DwbStatus commands_toggle_protected(KeyMap *, Arg *); +#ifdef DWB_ADBLOCKER +DwbStatus commands_toggle_adblocker(KeyMap *, Arg *); +#endif #endif |