summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-26 14:42:10 +0100
committerBert <ber.t@gmx.com>2011-01-26 14:42:10 +0100
commit64a5366508142ad938e4a6f9f8bdb5f375b1336c (patch)
treef20b66d2e17c0db5107ff95f35bfb9c707f9866f /image.h
parentd2f9fb89e5517212ac92c00263b57df86c344ee7 (diff)
downloadnsxiv-64a5366508142ad938e4a6f9f8bdb5f375b1336c.tar.zst
Added <,> mappings to rotate image
Diffstat (limited to 'image.h')
-rw-r--r--image.h3
1 files changed, 3 insertions, 0 deletions
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 */