summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/itdb.h b/src/itdb.h
index fa47396..3b4f23b 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -320,10 +320,10 @@ enum ItdbImageType {
struct _Itdb_Image {
enum ItdbImageType type;
char *filename;
- off_t offset;
- size_t size;
- unsigned int width;
- unsigned int height;
+ guint32 offset;
+ guint32 size;
+ gint16 width;
+ gint16 height;
};
typedef struct _Itdb_Image Itdb_Image;