summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-04 00:25:57 +0100
committerBert <ber.t@gmx.com>2011-02-04 00:25:57 +0100
commit8339bb7ee7fe4a2598a30e3c4d0cef42329ee5aa (patch)
tree49ab9e24f972f916f7e579e9428707ddc5719345 /image.h
parent096c0ed935f7373c15809183ec474f4628d5fa5d (diff)
downloadnsxiv-8339bb7ee7fe4a2598a30e3c4d0cef42329ee5aa.tar.zst
New key mapping: W, resize window to fit image
Diffstat (limited to 'image.h')
-rw-r--r--image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/image.h b/image.h
index de4f3cc..95ba949 100644
--- a/image.h
+++ b/image.h
@@ -37,9 +37,11 @@ typedef enum pandir_e {
typedef struct img_s {
float zoom;
scalemode_t scalemode;
+
unsigned char re;
unsigned char checkpan;
unsigned char aa;
+
int x;
int y;
int w;