From 485e6c863a2f25737e75359da1f1c74f6f17e004 Mon Sep 17 00:00:00 2001 From: Bert Date: Mon, 16 May 2011 15:54:09 +0200 Subject: H/J/K/L mappings to pan to edges --- image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'image.h') diff --git a/image.h b/image.h index 0bc7b9d..2f9ffce 100644 --- a/image.h +++ b/image.h @@ -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*); -- cgit v1.2.3