Added support for multi-frame images

This commit is contained in:
Bert
2011-08-17 00:56:18 +02:00
parent a85707ef63
commit 86a6f00112
7 changed files with 206 additions and 5 deletions

View File

@ -47,6 +47,7 @@ int it_remove_image(arg_t);
int i_navigate(arg_t);
int it_first(arg_t);
int it_last(arg_t);
int i_navigate_frame(arg_t);
int it_move(arg_t);
int i_pan_screen(arg_t);
int i_pan_edge(arg_t);