diff options
author | Bert <ber.t@gmx.com> | 2011-08-19 18:46:17 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-08-19 18:46:17 +0200 |
commit | bb577d274dbd9981a726092a504466bc9b5c9bdb (patch) | |
tree | f3bbf611ddd904f80dfe20bb4d1171d1dc45ed3d /commands.h | |
parent | 8b3ae5027e9490bd7edfeea3d3cd2fbc5ec4beaf (diff) |
Added command to toggle gif animations
Diffstat (limited to 'commands.h')
-rw-r--r-- | commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ int i_navigate(arg_t); int it_first(arg_t); int it_last(arg_t); int i_navigate_frame(arg_t); +int i_toggle_animation(arg_t); int it_move(arg_t); int i_pan_screen(arg_t); int i_pan_edge(arg_t); |