diff options
author | Bert <ber.t@gmx.com> | 2011-09-10 18:41:20 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-09-10 18:41:20 +0200 |
commit | 510512714df01110cf42cb2a11d944f55297c5cc (patch) | |
tree | 38a7393df90254e9d89e80c37c9ae4a16eb58b6b /image.h | |
parent | 79d780a701e47ea1aacf49728e28900bb2b17743 (diff) |
Added slideshow support
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |