diff options
author | Bert <ber.t@gmx.com> | 2011-01-30 22:00:58 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-30 22:00:58 +0100 |
commit | 229830ad188fc520da56bfa8a3b8e0da3744c799 (patch) | |
tree | 172092091b6486bb592a2034724c4f7d5cf85d6c /options.h | |
parent | c937570bbe61985f632db2b9285232453a8b8ee5 (diff) |
Replace -w with well-known geometry option
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |