summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2010-07-22 21:44:57 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2010-07-22 21:44:57 +0200
commite752364676e52b79f5cca81a5c2f8f49a5ea2daa (patch)
tree7b63c798ce54f0f220aa47763b1a057d628a7a0d /src/setup.h
parentf81a4d4628a7b9cd27293ade19ae6649b4a55e45 (diff)
downloadcataract-e752364676e52b79f5cca81a5c2f8f49a5ea2daa.tar.xz
Add option to generate full gallery, overriding the nofullsize switch
This option takes the highest priority
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h
index fc04616..d4f275b 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -73,6 +73,7 @@ typedef struct {
gchar *border_style;
gboolean nofullsize;
+ gboolean override_nofullsize;
gboolean preload;
gboolean use_iptc_exif;