summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
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 05c6da09..840cf929 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -96,6 +96,7 @@ enum iGmRunFlags {
96 siteBanner_GmRunFlag = iBit(4), /* area reserved for the site banner */ 96 siteBanner_GmRunFlag = iBit(4), /* area reserved for the site banner */
97 quoteBorder_GmRunFlag = iBit(5), 97 quoteBorder_GmRunFlag = iBit(5),
98 wide_GmRunFlag = iBit(6), /* horizontally scrollable */ 98 wide_GmRunFlag = iBit(6), /* horizontally scrollable */
99 footer_GmRunFlag = iBit(7),
99}; 100};
100 101
101enum iGmRunMediaType { 102enum iGmRunMediaType {