summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-11-28 22:29:12 +0100
committerportix <portix@gmx.net>2011-11-28 22:29:12 +0100
commit26be226a27b9af07281cba1892c6eefddfb35d23 (patch)
tree3b9323f42cc95318bdb8c3ae30663b4473e48948 /src/commands.h
parent1fa8fe660fc1908612d7a399037e2deff575f795 (diff)
downloaddwb-26be226a27b9af07281cba1892c6eefddfb35d23.zip
Introducing toggle_bars, toggle_topbar, toggle_bottombar, presentation_mode, closing #58
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h
index 3400a3db..5452d7fe 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -93,5 +93,7 @@ DwbStatus commands_open_editor(KeyMap *, Arg *);
DwbStatus commands_insert_mode(KeyMap *, Arg *);
DwbStatus commands_command_mode(KeyMap *, Arg *);
DwbStatus commands_only(KeyMap *, Arg *);
+DwbStatus commands_toggle_bars(KeyMap *, Arg *);
+DwbStatus commands_presentation_mode(KeyMap *, Arg *);
#endif