summaryrefslogtreecommitdiff
path: root/src/jpeg-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jpeg-utils.h')
-rw-r--r--src/jpeg-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jpeg-utils.h b/src/jpeg-utils.h
index 3700d66..9e4c729 100644
--- a/src/jpeg-utils.h
+++ b/src/jpeg-utils.h
@@ -25,7 +25,7 @@
G_BEGIN_DECLS
-#define SQUARED_SIMPLE_SHAVE_AMOUNT 0 /* percent */
+#define CROP_SIMPLE_SHAVE_AMOUNT 0 /* percent */
/* EXIF data known keys */
#define EXIF_APERTURE "Exif.Photo.FNumber"
@@ -57,7 +57,7 @@ typedef struct {
double override_aperture;
double override_focal_length;
gchar *external_exif_data;
- gboolean squared_thumbnail;
+ TCropStyle thumbnail_crop_style;
TCropHint thumbnail_crop_hint;
} ExifData;