summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-22 23:27:29 +0100
committerBert <ber.t@gmx.com>2011-01-22 23:27:29 +0100
commit0f714bccda28cd2faa5095fa1ace5d8a113beaec (patch)
tree3cb8987a175e0267b062137be553ee515c4fe88f /image.h
parent60a9ed756778478b19ce9d44cfa3ac963aeec175 (diff)
downloadnsxiv-0f714bccda28cd2faa5095fa1ace5d8a113beaec.tar.zst
Handle window resize events properly
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;