summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/image.h b/image.h
index de4f3cc..95ba949 100644
--- a/image.h
+++ b/image.h
@@ -37,9 +37,11 @@ typedef enum pandir_e {
typedef struct img_s {
float zoom;
scalemode_t scalemode;
+
unsigned char re;
unsigned char checkpan;
unsigned char aa;
+
int x;
int y;
int w;