diff options
Diffstat (limited to 'items.h')
| -rw-r--r-- | items.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |
