summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/image.h b/image.h
index 645b706..4e4d816 100644
--- a/image.h
+++ b/image.h
@@ -37,7 +37,8 @@ typedef enum pandir_e {
typedef struct img_s {
float zoom;
unsigned char re;
- unsigned char cp;
+ unsigned char checkpan;
+ unsigned char zoomed;
int x;
int y;
int w;