diff options
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ typedef struct options_s { const char **filenames; int filecnt; + int winw; + int winh; } options_t; extern const options_t *options; |