summaryrefslogtreecommitdiff
path: root/src/items.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-04-11 16:39:33 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-04-11 16:39:33 +0200
commit498e7aaa9e657ef3ff0406964d62166e37e0299f (patch)
treee2f429864abe12ee870f7fca50423404d9aa5fb2 /src/items.h
parent9c2c964727e4a484acf7f97267a3cf1c8fbacd89 (diff)
downloadcataract-498e7aaa9e657ef3ff0406964d62166e37e0299f.tar.xz
Support for interspaces
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 {