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 | |
parent | c666d30eeacd6faf41dce50b301ad2fe3195fdb8 (diff) |
Removed unneeded members from img type
-rw-r--r-- | image.h | 3 | ||||
-rw-r--r-- | window.h | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -55,9 +55,6 @@ typedef struct { bool aa; bool alpha; - bool slideshow; - int ss_delay; /* in ms */ - multi_img_t multi; } img_t; @@ -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; |