From 36fac2a8ffbf1275176e5eae0a9397288417bf0d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 8 Mar 2003 12:18:08 +0000 Subject: [PATCH] Introduced CARD_LANG_FRAMESET. --- lib/index.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/index.h b/lib/index.h index 70da6b97..7a462942 100644 --- a/lib/index.h +++ b/lib/index.h @@ -1,7 +1,7 @@ /* * Sherlock: Data structures used in indices * - * (c) 2001--2002 Martin Mares + * (c) 2001--2003 Martin Mares */ #ifndef _SHERLOCK_INDEX_H @@ -60,6 +60,7 @@ enum card_flag { CARD_FLAG_DUP = 4, /* Removed as a duplicate [merger] */ CARD_FLAG_MERGED = 8, /* Destination of a merge [merger] */ CARD_FLAG_IMAGE = 16, /* Is an image object [scanner] */ + CARD_FLAG_FRAMESET = 32, /* Contains a frameset [scanner] */ }; #define CARD_POS_SHIFT 5 /* Card positions are shifted this # of bits to the right */ -- 2.39.2