From c666d30eeacd6faf41dce50b301ad2fe3195fdb8 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Wed, 15 Feb 2012 22:33:39 +0100 Subject: Added it_toggle_bar command; default mapping: XK_b --- commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'commands.h') diff --git a/commands.h b/commands.h index ffba5a5..aeaf884 100644 --- a/commands.h +++ b/commands.h @@ -44,6 +44,7 @@ typedef struct { bool it_quit(arg_t); bool it_switch_mode(arg_t); bool it_toggle_fullscreen(arg_t); +bool it_toggle_bar(arg_t); bool it_reload_image(arg_t); bool it_remove_image(arg_t); bool i_navigate(arg_t); -- cgit v1.2.3-54-g00ecf