From 4f5ce2e8282d3f317449dc8854397c042644e134 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sun, 16 Oct 2011 17:58:53 +0200 Subject: Added i_set_zoom command: set zoom to number prefix --- commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 8785822..ab44c5e 100644 --- a/commands.h +++ b/commands.h @@ -56,6 +56,7 @@ bool i_pan_screen(arg_t); bool i_pan_edge(arg_t); bool i_drag(arg_t); bool i_zoom(arg_t); +bool i_set_zoom(arg_t); bool i_fit_to_win(arg_t); bool i_fit_to_img(arg_t); bool i_rotate(arg_t); -- cgit v1.2.3-54-g00ecf