summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/options.h b/options.h
index 072c700..71a1b21 100644
--- a/options.h
+++ b/options.h
@@ -29,9 +29,8 @@ typedef struct options_s {
float zoom;
unsigned char aa;
- int winw;
- int winh;
unsigned char fullscreen;
+ char *geometry;
unsigned char warn;
} options_t;