summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-27 01:48:00 +0100
committerBert <ber.t@gmx.com>2011-02-27 01:48:00 +0100
commit090ee5405b70d6dfa16a8ca3a691dbd556c41bdb (patch)
tree1536ab1f40eb2c87a84d430b26b8952b7aeb03f0 /image.h
parentdc68127ae54ae86459d92457c5ea1f08009f67ab (diff)
downloadnsxiv-090ee5405b70d6dfa16a8ca3a691dbd556c41bdb.tar.zst
Save rotated png-files with S-key
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 8c6beec..40024a5 100644
--- a/image.h
+++ b/image.h
@@ -41,6 +41,8 @@ typedef struct img_s {
float zoom;
scalemode_t scalemode;
+ short ori;
+ short o_ori;
unsigned char re;
unsigned char checkpan;
@@ -57,6 +59,7 @@ void img_free(img_t*);
int img_check(const char*);
int img_load(img_t*, const char*);
+int img_save(img_t*);
void img_close(img_t*);
void img_render(img_t*, win_t*);