diff options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index 0c24302f..444520c6 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -139,9 +139,9 @@ 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 : 13; | 142 | uint32_t font : 14; |
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 mediaId : 11; /* zero if not an image */ |
145 | uint32_t lineType : 3; | 145 | uint32_t lineType : 3; |
146 | uint32_t isLede : 1; | 146 | uint32_t isLede : 1; |
147 | }; | 147 | }; |