summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-09-06 11:55:31 +0200
committerBert <ber.t@gmx.com>2011-09-06 11:55:31 +0200
commit8f34b7e95cc4de30b67eacb264688ca14acaaf60 (patch)
treed788d533dc9ac3044904d1f7ad9cb8d666ff66d1 /types.h
parent14d1daf280f6912b33a57e802cc12a9ee96a3e4f (diff)
downloadnsxiv-8f34b7e95cc4de30b67eacb264688ca14acaaf60.tar.zst
Load as much of a corrupted gif file as possible
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 79c0b5a..dd85922 100644
--- a/types.h
+++ b/types.h
@@ -29,6 +29,7 @@ typedef enum {
typedef struct {
const char *name; /* as given by user */
const char *path; /* always absolute */
+ unsigned char loaded;
} fileinfo_t;
/* timeouts in milliseconds: */