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:
gavin%gavinsharp.com 2007-05-10 19:37:39 +00:00
Родитель 2db67ca4a7
Коммит b2e3cc14cb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;