From a6100373c1be2796966fa7e15d7b41f2f8a112f7 Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 3 Jun 2011 23:39:22 +0200 Subject: New mappings: ctrl-[hjkl], pan image one window width/height --- image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.h') 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*); -- cgit v1.2.3