From 8339bb7ee7fe4a2598a30e3c4d0cef42329ee5aa Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 4 Feb 2011 00:25:57 +0100 Subject: New key mapping: W, resize window to fit image --- image.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image.h') 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; -- cgit v1.2.3