diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-01-03 15:20:58 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-01-03 15:20:58 +0100 |
| commit | a90b52cda533af04dd8c827029d093cfde44090c (patch) | |
| tree | cdc699fa562cdde28b2e04a4a476b7bf194cef9a /items.h | |
| parent | f7168d75b60c4d36083529d1c465f58d14a48c03 (diff) | |
| download | cataract-a90b52cda533af04dd8c827029d093cfde44090c.tar.xz | |
Scroll to parent item when going up
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; |
