summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@gmail.com>2013-08-10 15:55:18 +0200
committerBert Münnich <be.muennich@gmail.com>2013-08-10 15:55:18 +0200
commit56142bd3bafedf51882b368ab08a580ac98f2619 (patch)
tree5224012a224fe3526105031c07595f9b236b1f70 /image.h
parent7e51c35801f9921685c3acf0d1d17d9370ae4d59 (diff)
downloadnsxiv-56142bd3bafedf51882b368ab08a580ac98f2619.tar.zst
Refactored merged rotation code
Diffstat (limited to 'image.h')
-rw-r--r--image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.h b/image.h
index 7e90163..9a4efe6 100644
--- a/image.h
+++ b/image.h
@@ -76,7 +76,7 @@ bool img_move(img_t*, float, float);
bool img_pan(img_t*, direction_t, int);
bool img_pan_edge(img_t*, direction_t);
-void img_rotate(img_t*, int);
+void img_rotate(img_t*, degree_t);
void img_flip(img_t*, flipdir_t);
void img_toggle_antialias(img_t*);