summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-30 21:28:37 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-30 21:28:37 +0100
commit37d68567cecb6055033ff8b4095f064f03e693d5 (patch)
tree0196ef8d9788b5c60e4b9c73bf57460f209415f5 /setup.h
parent7c07cbdbc469d8eab075d32c27039d8683b9cdf8 (diff)
downloadcataract-37d68567cecb6055033ff8b4095f064f03e693d5.tar.xz
Optionally erase embedded thumbnail from EXIF
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 6f5c55c..06afaeb 100644
--- a/setup.h
+++ b/setup.h
@@ -56,6 +56,7 @@ typedef struct {
gboolean preload;
gboolean use_iptc_exif;
+ gboolean erase_exif_thumbnail;
} TGallerySetup;