diff options
author | Bert <ber.t@gmx.com> | 2011-05-16 15:54:09 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-05-16 15:54:09 +0200 |
commit | 485e6c863a2f25737e75359da1f1c74f6f17e004 (patch) | |
tree | ee55279d24897d3dd012f5b5cd18116e6296bb1b /image.h | |
parent | 1763e9f2537d4ca3cf8a614fad8a606db69da6ea (diff) |
H/J/K/L mappings to pan to edges
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ int img_zoom_out(img_t*, win_t*); int img_move(img_t*, win_t*, int, int); int img_pan(img_t*, win_t*, pandir_t); +int img_pan_edge(img_t*, win_t*, pandir_t); void img_rotate_left(img_t*, win_t*); void img_rotate_right(img_t*, win_t*); |