diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-11 16:39:33 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-04-11 16:39:33 +0200 |
| commit | 498e7aaa9e657ef3ff0406964d62166e37e0299f (patch) | |
| tree | e2f429864abe12ee870f7fca50423404d9aa5fb2 /src/items.h | |
| parent | 9c2c964727e4a484acf7f97267a3cf1c8fbacd89 (diff) | |
| download | cataract-498e7aaa9e657ef3ff0406964d62166e37e0299f.tar.xz | |
Support for interspaces
Diffstat (limited to 'src/items.h')
| -rw-r--r-- | src/items.h | 3 |
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 { |
