summaryrefslogtreecommitdiff
path: root/items.h
diff options
context:
space:
mode:
Diffstat (limited to 'items.h')
-rw-r--r--items.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/items.h b/items.h
index 810f758..8bb7502 100644
--- a/items.h
+++ b/items.h
@@ -51,6 +51,7 @@ typedef struct {
char *meta_author;
char *meta_description;
char *meta_keywords;
+ gboolean nofullsize;
} TAlbum;
typedef struct {
@@ -62,7 +63,8 @@ typedef struct {
int quality;
unsigned long width;
unsigned long height;
- gboolean nofullsize;
+ gboolean force_nofullsize;
+ gboolean force_fullsize;
char *border_style;
TIndexItemType type;
gboolean hidden;