summaryrefslogtreecommitdiff
path: root/src/thumbnail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thumbnail.h')
-rw-r--r--src/thumbnail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thumbnail.h b/src/thumbnail.h
index e9c3f09..5bc2864 100644
--- a/src/thumbnail.h
+++ b/src/thumbnail.h
@@ -63,6 +63,7 @@ typedef struct thumbmode_data {
int cache_thumbnails; /* use cached thumbnails from ~/.thumbnails */
int cache_dim; /* 128 = 128x128 ("normal"), 256 = 256x256 ("large") */
char *cache_dir; /* "normal"/"large" (.thumbnails/...) */
+ feh_thumbnail *selected; /* currently selected thumbnail */
} thumbmode_data;