summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-07 22:43:57 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-07 22:43:57 +0200
commit8b4dbac197dd630cd58af9cd34aaeb15e7584c29 (patch)
tree624f5cccec4979f7d6309cb6e339b45e4ed331ef /src/gmdocument.h
parente3c5cd103a8b78d41b4c7b8be8e913e7be2820c0 (diff)
DocumentWidget: No link number for image caption
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 eb02a26c..37b99c68 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -122,6 +122,7 @@ enum iGmRunFlags {
122 endOfLine_GmRunFlag = iBit(3), 122 endOfLine_GmRunFlag = iBit(3),
123 quoteBorder_GmRunFlag = iBit(5), 123 quoteBorder_GmRunFlag = iBit(5),
124 wide_GmRunFlag = iBit(6), /* horizontally scrollable */ 124 wide_GmRunFlag = iBit(6), /* horizontally scrollable */
125 caption_GmRunFlag = iBit(7),
125 altText_GmRunFlag = iBit(8), 126 altText_GmRunFlag = iBit(8),
126}; 127};
127 128