summaryrefslogtreecommitdiffstats
path: root/thumbs.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-27 13:03:16 +0100
committerBert <ber.t@gmx.com>2011-02-27 13:03:16 +0100
commit7334bdfa51778d143958811bd38d4719fcbf72f0 (patch)
tree59003aec498d962aceaa35ccbb28b1c820082f40 /thumbs.h
parent090ee5405b70d6dfa16a8ca3a691dbd556c41bdb (diff)
downloadnsxiv-7334bdfa51778d143958811bd38d4719fcbf72f0.tar.zst
Revert "Save rotated png-files with S-key"
This reverts commit 090ee5405b70d6dfa16a8ca3a691dbd556c41bdb.
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/thumbs.h b/thumbs.h
index 0e3650e..62d2c72 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -38,7 +38,6 @@ typedef struct thumb_s {
typedef struct tns_s {
thumb_t *thumbs;
- int cap;
int cnt;
int x;
int y;
@@ -52,7 +51,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*, int, const char*);
+void tns_load(tns_t*, win_t*, const char*);
void tns_render(tns_t*, win_t*);
void tns_highlight(tns_t*, win_t*, int, Bool);