From 64a5366508142ad938e4a6f9f8bdb5f375b1336c Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 26 Jan 2011 14:42:10 +0100 Subject: Added <,> mappings to rotate image --- image.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'image.h') diff --git a/image.h b/image.h index 4e4d816..55b825c 100644 --- a/image.h +++ b/image.h @@ -56,4 +56,7 @@ int img_zoom_out(img_t*); int img_pan(img_t*, win_t*, pandir_t); +int img_rotate_left(img_t*, win_t*); +int img_rotate_right(img_t*, win_t*); + #endif /* IMAGE_H */ -- cgit v1.2.3