summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 4a248550..94a494e8 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -139,10 +139,10 @@ struct Impl_GmRun {
139 uint32_t isRTL : 1; 139 uint32_t isRTL : 1;
140 uint32_t color : 7; /* see max_ColorId */ 140 uint32_t color : 7; /* see max_ColorId */
141 141
142 uint32_t font : 10; 142 uint32_t font : 13;
143 uint32_t mediaType : 3; /* note: max_MediaType means preformatted block */ 143 uint32_t mediaType : 3; /* note: max_MediaType means preformatted block */
144 uint32_t mediaId : 12; /* zero if not an image */
144 uint32_t lineType : 3; 145 uint32_t lineType : 3;
145 uint32_t mediaId : 15; /* zero if not an image */
146 uint32_t isLede : 1; 146 uint32_t isLede : 1;
147 }; 147 };
148}; 148};