summaryrefslogtreecommitdiff
path: root/items.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-01-03 15:20:58 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-01-03 15:20:58 +0100
commita90b52cda533af04dd8c827029d093cfde44090c (patch)
treecdc699fa562cdde28b2e04a4a476b7bf194cef9a /items.h
parentf7168d75b60c4d36083529d1c465f58d14a48c03 (diff)
downloadcataract-a90b52cda533af04dd8c827029d093cfde44090c.tar.xz
Scroll to parent item when going up
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;