diff options
Diffstat (limited to 'items.h')
| -rw-r--r-- | items.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -27,6 +27,11 @@ typedef enum { GALLERY_TYPE_ALBUM = 1 << 1 } TGalleryType; +typedef enum { + INDEX_ITEM_TYPE_PICTURE = 1 << 0, + INDEX_ITEM_TYPE_SEPARATOR = 1 << 1 +} TIndexItemType; + typedef struct { TGalleryType type; char *ID; @@ -55,6 +60,7 @@ typedef struct { unsigned long height; gboolean nofullsize; char *border_style; + TIndexItemType type; } TIndexItem; |
