summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-30 22:00:58 +0100
committerBert <ber.t@gmx.com>2011-01-30 22:00:58 +0100
commit229830ad188fc520da56bfa8a3b8e0da3744c799 (patch)
tree172092091b6486bb592a2034724c4f7d5cf85d6c /options.h
parentc937570bbe61985f632db2b9285232453a8b8ee5 (diff)
downloadnsxiv-229830ad188fc520da56bfa8a3b8e0da3744c799.tar.zst
Replace -w with well-known geometry option
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;