diff options
author | Bert <ber.t@gmx.com> | 2011-02-27 01:48:00 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-27 01:48:00 +0100 |
commit | 090ee5405b70d6dfa16a8ca3a691dbd556c41bdb (patch) | |
tree | 1536ab1f40eb2c87a84d430b26b8952b7aeb03f0 /thumbs.h | |
parent | dc68127ae54ae86459d92457c5ea1f08009f67ab (diff) |
Save rotated png-files with S-key
Diffstat (limited to 'thumbs.h')
-rw-r--r-- | thumbs.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,6 +38,7 @@ typedef struct thumb_s { typedef struct tns_s { thumb_t *thumbs; + int cap; int cnt; int x; int y; @@ -51,7 +52,7 @@ typedef struct tns_s { void tns_init(tns_t*, int); void tns_free(tns_t*, win_t*); -void tns_load(tns_t*, win_t*, const char*); +void tns_load(tns_t*, win_t*, int, const char*); void tns_render(tns_t*, win_t*); void tns_highlight(tns_t*, win_t*, int, Bool); |