summaryrefslogtreecommitdiffstats
path: root/window.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 /window.h
parentc937570bbe61985f632db2b9285232453a8b8ee5 (diff)
downloadnsxiv-229830ad188fc520da56bfa8a3b8e0da3744c799.tar.zst
Replace -w with well-known geometry option
Diffstat (limited to 'window.h')
-rw-r--r--window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/window.h b/window.h
index 52fd759..d9413e0 100644
--- a/window.h
+++ b/window.h
@@ -44,12 +44,12 @@ typedef struct win_s {
unsigned long bgcol;
Pixmap pm;
- int w;
- int h;
int x;
int y;
+ unsigned int w;
+ unsigned int h;
- int bw;
+ unsigned int bw;
unsigned char fullscreen;
} win_t;