From 498e7aaa9e657ef3ff0406964d62166e37e0299f Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 11 Apr 2009 16:39:33 +0200 Subject: Support for interspaces --- src/items.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/items.h') 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 { -- cgit v1.2.3