summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/image.h b/image.h
index 558e3c2..ddbdb9d 100644
--- a/image.h
+++ b/image.h
@@ -49,6 +49,9 @@ typedef struct {
unsigned char aa;
unsigned char alpha;
+ unsigned char slideshow;
+ int ss_delay; /* in ms */
+
int x;
int y;
int w;