зеркало из https://github.com/mozilla/pjs.git
Bug 376434: avoid using a different type so that MSVC can pack the bitfields properly, patch by Taras Glek <tglek@mozilla.com>, r=roc
This commit is contained in:
Родитель
2db67ca4a7
Коммит
b2e3cc14cb
|
@ -79,7 +79,7 @@ struct NS_GFX nsFont {
|
|||
|
||||
// True if the character set quirks (for treatment of "Symbol",
|
||||
// "Wingdings", etc.) should be applied.
|
||||
PRPackedBool familyNameQuirks : 1;
|
||||
PRUint8 familyNameQuirks : 1;
|
||||
|
||||
// The weight of the font (0-999)
|
||||
PRUint16 weight;
|
||||
|
|
Загрузка…
Ссылка в новой задаче