diff options
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |