summaryrefslogtreecommitdiff
path: root/items.h
diff options
context:
space:
mode:
Diffstat (limited to 'items.h')
-rw-r--r--items.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/items.h b/items.h
index e917e82..810f758 100644
--- a/items.h
+++ b/items.h
@@ -40,7 +40,8 @@ typedef struct {
char *footnote;
GPtrArray *items;
char *base_dir;
- void *parent_index; // pointer to the parent TAlbum structure
+ void *parent_index; /* pointer to the parent TAlbum structure */
+ int parent_item_index; /* item index in the parent album */
int quality;
unsigned long landscape_width;
unsigned long landscape_height;