diff options
author | Bert Münnich <ber.t@gmx.com> | 2012-02-15 22:43:34 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2012-02-15 22:43:34 +0100 |
commit | b418df7afc01796254fdf24d4afe12da3f0795bd (patch) | |
tree | b895f77bd8a28711692ca3041abc5c234b7e8dae /window.h | |
parent | c666d30eeacd6faf41dce50b301ad2fe3195fdb8 (diff) |
Removed unneeded members from img type
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ typedef struct { int x; int y; unsigned int w; - unsigned int h; + unsigned int h; /* = win height - bar height */ unsigned int barh; unsigned int bw; |