summaryrefslogtreecommitdiffstats
path: root/src/itdb_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itdb_device.h')
-rw-r--r--src/itdb_device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/itdb_device.h b/src/itdb_device.h
index e62a9b3..c21be94 100644
--- a/src/itdb_device.h
+++ b/src/itdb_device.h
@@ -101,6 +101,9 @@ struct _Itdb_ArtworkFormat
gint16 correlation_id;
ItdbThumbFormat format;
gint32 padding;
+ /* If true, crop the artwork to completely fill the target size,
+ rather than leaving empty bars on the top or sides. */
+ gboolean crop;
};
G_GNUC_INTERNAL const Itdb_ArtworkFormat *itdb_device_get_artwork_formats (Itdb_Device *device);