]> mj.ucw.cz Git - libucw.git/commitdiff
Better explanation of CARD_FLAG_FRAMESET.
authorMartin Mares <mj@ucw.cz>
Sat, 8 Mar 2003 13:43:09 +0000 (13:43 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 8 Mar 2003 13:43:09 +0000 (13:43 +0000)
lib/index.h

index 7a462942349cd93b1f351c36008dddc64c46d49b..c514877824fee2d6af6bceb309c2feecce40028e 100644 (file)
@@ -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 */