diff options
author | Bert <ber.t@gmx.com> | 2011-01-22 23:27:29 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-22 23:27:29 +0100 |
commit | 0f714bccda28cd2faa5095fa1ace5d8a113beaec (patch) | |
tree | 3cb8987a175e0267b062137be553ee515c4fe88f /image.h | |
parent | 60a9ed756778478b19ce9d44cfa3ac963aeec175 (diff) |
Handle window resize events properly
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; |