summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-30 09:29:11 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-30 09:29:11 +0200
commit3ef7019769b705d904a1bfd9f9731139ef224e60 (patch)
treeeaa5c4757724853e61e57c4f82cfb4536963f91a /src/gmdocument.h
parent811e55b8334153e7939d9f983055bfce9e9a2d8a (diff)
GmDocument: Special icon for query links
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 6804d772..c6f64e1d 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -67,6 +67,7 @@ enum iGmLinkFlags {
67 content_GmLinkFlag = iBit(13), /* content visible below */ 67 content_GmLinkFlag = iBit(13), /* content visible below */
68 visited_GmLinkFlag = iBit(14), /* in the history */ 68 visited_GmLinkFlag = iBit(14), /* in the history */
69 permanent_GmLinkFlag = iBit(15), /* content cannot be dismissed; media link */ 69 permanent_GmLinkFlag = iBit(15), /* content cannot be dismissed; media link */
70 query_GmLinkFlag = iBit(16), /* Gopher query link */
70}; 71};
71 72
72struct Impl_GmHeading { 73struct Impl_GmHeading {