From 3fa8e5e40f25d94a220b272a42937336c2400493 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 24 May 2002 17:12:44 +0000 Subject: [PATCH] Image objects are now marked with a special flag and the MD5 hash is calculated from both text and the thumbnail. --- lib/index.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.h b/lib/index.h index 2623813f..696a9219 100644 --- a/lib/index.h +++ b/lib/index.h @@ -41,6 +41,7 @@ enum card_flag { CARD_FLAG_ACCENTED = 2, /* Document contains accented characters [scanner] */ 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] */ }; #define CARD_POS_SHIFT 5 /* Card positions are shifted this # of bytes to the right */ -- 2.39.2