From: Martin Mares Date: Sat, 8 Mar 2003 13:43:09 +0000 (+0000) Subject: Better explanation of CARD_FLAG_FRAMESET. X-Git-Tag: holmes-import~1269 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3013da11a475a08045550152c8c2c4a909923d6b;p=libucw.git Better explanation of CARD_FLAG_FRAMESET. --- diff --git a/lib/index.h b/lib/index.h index 7a462942..c5148778 100644 --- a/lib/index.h +++ b/lib/index.h @@ -60,7 +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] */ + CARD_FLAG_FRAMESET = 32, /* Contains a frameset to be ignored [scanner] */ }; #define CARD_POS_SHIFT 5 /* Card positions are shifted this # of bits to the right */