From 090ee5405b70d6dfa16a8ca3a691dbd556c41bdb Mon Sep 17 00:00:00 2001 From: Bert Date: Sun, 27 Feb 2011 01:48:00 +0100 Subject: Save rotated png-files with S-key --- thumbs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'thumbs.h') diff --git a/thumbs.h b/thumbs.h index 62d2c72..0e3650e 100644 --- a/thumbs.h +++ b/thumbs.h @@ -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); -- cgit v1.2.3-54-g00ecf