From 8123d63c5b76909ce70f09614ac0e45760a69d71 Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 28 Jan 2011 13:34:16 +0100 Subject: Added plenty lots of options --- options.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index 03acf7c..707dd90 100644 --- a/options.h +++ b/options.h @@ -19,11 +19,19 @@ #ifndef OPTIONS_H #define OPTIONS_H +#include "image.h" + typedef struct options_s { const char **filenames; int filecnt; + + scalemode_t scalemode; + float zoom; + unsigned char aa; + int winw; int winh; + unsigned char fullscreen; } options_t; extern const options_t *options; -- cgit v1.2.3-54-g00ecf