diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-14 21:21:49 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-14 21:21:49 +0100 |
| commit | 4dc6bd21043a4ce31638e239b7c8b7a2e626e6e6 (patch) | |
| tree | 27947c8f4412659f48d0e4f0892536af56dd1d8c /items.h | |
| parent | c0d9426f47bba44a75a46bf6cf3194e613d92aeb (diff) | |
| download | cataract-4dc6bd21043a4ce31638e239b7c8b7a2e626e6e6.tar.xz | |
Support for global <nofullsize> tag
Diffstat (limited to 'items.h')
| -rw-r--r-- | items.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |
