diff options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 1 |
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 | ||