summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-11-23 18:21:52 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-11-23 18:21:52 +0000
commit413674fba5e513b11b0522fb5cc9356169f7c85d (patch)
treec32d396b78585c2673f4c2c3a54093923c93c6fe /src/itdb.h
parent9158245f35d7a8007fa650d8e9c5549606a5151a (diff)
downloadlibgpod-413674fba5e513b11b0522fb5cc9356169f7c85d.tar.gz
libgpod-413674fba5e513b11b0522fb5cc9356169f7c85d.tar.xz
libgpod-413674fba5e513b11b0522fb5cc9356169f7c85d.zip
2005-11-23 Christophe Fergeau <teuf@gnome.org>
* src/db-artwork-debug.c: (get_utf16_string): * src/db-artwork-parser.c: (get_utf16_string), (parse_mhod_3), (parse_mhni), (ipod_supports_cover_art), (ipod_parse_artwork_db): * src/db-artwork-parser.h: * src/db-artwork-writer.c: (get_artwork_info), (write_mhod_type_3), (write_mhni), (write_mhod), (write_mhii), (write_mhif): * src/db-image-parser.c: (unpack_RGB_565), (image_type_from_corr_id), (ipod_image_new_from_mhni): * src/db-image-parser.h: * src/itdb.h: * src/ithumb-writer.c: (pack_RGB_565), (ithumb_writer_write_thumbnail), (ipod_image_get_ithmb_filename), (ithumb_writer_new), (ithumb_writer_free), (write_thumbnail), (itdb_write_ithumb_files): * tests/test-covers.c: (save_song_thumbnails): rework artwork code in an attempt to properly support artwork on all the iPod models git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1171 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/itdb.h b/src/itdb.h
index 4b16c08..5cd2ff6 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -309,10 +309,6 @@ typedef struct SPLRules
GList *rules;
} SPLRules;
-enum ItdbImageType {
- ITDB_IMAGE_FULL_SCREEN,
- ITDB_IMAGE_NOW_PLAYING
-};
/* This structure can represent two slightly different images:
@@ -328,7 +324,7 @@ enum ItdbImageType {
* on the iPod
*/
struct _Itdb_Image {
- enum ItdbImageType type;
+ int type;
char *filename;
guint32 offset;
guint32 size;