diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2008-06-09 20:08:08 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2008-06-09 20:08:08 +0000 |
| commit | 53718445da3843d7db22fd3029c87e7637696c9d (patch) | |
| tree | 0f0b40be2ddcf5c9bf0766e0699bfcf93b545cad /src/itdb_device.h | |
| parent | 16877a4376c36351e73f2aaac149c28571567cea (diff) | |
* src/itdb_device.h:
* src/itdb_sysinfo_extended_parser.c:
* src/ithumb-writer.c: use background color and alignement
information from SysInfoExtended if available
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2014 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb_device.h')
| -rw-r--r-- | src/itdb_device.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/itdb_device.h b/src/itdb_device.h index 8e43366..c48acd3 100644 --- a/src/itdb_device.h +++ b/src/itdb_device.h @@ -95,20 +95,20 @@ struct _Itdb_Device }; struct _Itdb_ArtworkFormat { - gint16 format_id; - gint16 width; - gint16 height; - ItdbThumbFormat format; + gint16 format_id; + gint16 width; + gint16 height; + ItdbThumbFormat format; gint32 padding; /* not found in SysInfoExtended, added * for compatibility with hardcoded artwork formats */ - gboolean crop; - gint rotation; - guint back_color; + gboolean crop; + gint rotation; + guchar back_color[4]; - gint display_width; - gboolean interlaced; - gboolean align_row_bytes; - gint color_adjustment; + gint display_width; + gboolean interlaced; + gboolean align_row_bytes; + gint color_adjustment; gdouble gamma; gint associated_format; }; |
