From 72e095cf987d6bb2bc2212035a8c5498f3b6d329 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 29 Jul 2020 16:40:07 +0300 Subject: Moved History to its own type --- src/gmdocument.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gmdocument.h') diff --git a/src/gmdocument.h b/src/gmdocument.h index c353c733..4997398b 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h @@ -20,6 +20,7 @@ enum iGmLinkFlags { imageFileExtension_GmLinkFlag = iBit(6), audioFileExtension_GmLinkFlag = iBit(7), content_GmLinkFlag = iBit(8), /* content visible below */ + visited_GmLinkFlag = iBit(9), /* in the history */ }; iDeclareType(GmImageInfo) -- cgit v1.2.3