summaryrefslogtreecommitdiff
path: root/src/items.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/items.h')
-rw-r--r--src/items.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/items.h b/src/items.h
index daaefb0..b7be433 100644
--- a/src/items.h
+++ b/src/items.h
@@ -29,7 +29,8 @@ typedef enum {
typedef enum {
INDEX_ITEM_TYPE_PICTURE = 1 << 0,
- INDEX_ITEM_TYPE_SEPARATOR = 1 << 1
+ INDEX_ITEM_TYPE_SEPARATOR = 1 << 1,
+ INDEX_ITEM_TYPE_INTERSPACE = 1 << 2
} TIndexItemType;
typedef struct {