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 /window.h | |
parent | c937570bbe61985f632db2b9285232453a8b8ee5 (diff) |
Replace -w with well-known geometry option
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |