diff options
-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; |