summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-06-03 23:39:22 +0200
committerBert <ber.t@gmx.com>2011-06-03 23:39:22 +0200
commita6100373c1be2796966fa7e15d7b41f2f8a112f7 (patch)
treec6460288b42f669e0a82cec10a0cfe67e6b1c620 /image.h
parentea23115af449e086ba05c9757ad22108944f6ec2 (diff)
downloadnsxiv-a6100373c1be2796966fa7e15d7b41f2f8a112f7.tar.zst
New mappings: ctrl-[hjkl], pan image one window width/height
Diffstat (limited to 'image.h')
-rw-r--r--image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.h b/image.h
index 2f9ffce..711f15c 100644
--- a/image.h
+++ b/image.h
@@ -68,7 +68,7 @@ int img_zoom_in(img_t*, win_t*);
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(img_t*, win_t*, pandir_t, int);
int img_pan_edge(img_t*, win_t*, pandir_t);
void img_rotate_left(img_t*, win_t*);