From 17e2a795bbcdbf9bc8eb07e2aaca0a494871b9e8 Mon Sep 17 00:00:00 2001 From: Bert Date: Thu, 27 Jan 2011 16:15:43 +0100 Subject: Added -w cmdline option --- options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index d74cb3f..03acf7c 100644 --- a/options.h +++ b/options.h @@ -22,6 +22,8 @@ typedef struct options_s { const char **filenames; int filecnt; + int winw; + int winh; } options_t; extern const options_t *options; -- cgit v1.2.3