summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2011-10-16 17:39:22 +0200
committerBert Münnich <ber.t@gmx.com>2011-10-16 17:39:22 +0200
commit867940ea85495ac4e8e23efbb574fd9d86bccf42 (patch)
tree6dc435cef2386dc37265d6dde787c1cf35f47e4f /image.h
parentdc727b8dce89811d755ed03d11688b13a42e794a (diff)
downloadnsxiv-867940ea85495ac4e8e23efbb574fd9d86bccf42.tar.zst
Pan by pixel count, if number prefix given
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 4f2d688..19ee37f 100644
--- a/image.h
+++ b/image.h
@@ -76,7 +76,7 @@ bool img_zoom_in(img_t*);
bool img_zoom_out(img_t*);
bool img_move(img_t*, int, int);
-bool img_pan(img_t*, direction_t, bool);
+bool img_pan(img_t*, direction_t, int);
bool img_pan_edge(img_t*, direction_t);
void img_rotate_left(img_t*);