From a90b52cda533af04dd8c827029d093cfde44090c Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 3 Jan 2009 15:20:58 +0100 Subject: Scroll to parent item when going up --- items.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'items.h') 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; -- cgit v1.2.3