From 0f714bccda28cd2faa5095fa1ace5d8a113beaec Mon Sep 17 00:00:00 2001 From: Bert Date: Sat, 22 Jan 2011 23:27:29 +0100 Subject: Handle window resize events properly --- image.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'image.h') 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; -- cgit v1.2.3