summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
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*);