From 867940ea85495ac4e8e23efbb574fd9d86bccf42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Sun, 16 Oct 2011 17:39:22 +0200 Subject: Pan by pixel count, if number prefix given --- image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.h') 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*); -- cgit v1.2.3