Bug 934866 - Make nsFont::systemFont a bool. r=jdaggett

This commit is contained in:
Cameron McCormack 2013-11-06 10:15:59 +11:00
parent eb99b92f03
commit 065833c196

View File

@ -48,7 +48,7 @@ struct NS_GFX nsFont {
// Force this font to not be considered a 'generic' font, even if
// the name is the same as a CSS generic font family.
uint8_t systemFont;
bool systemFont;
// The variant of the font (normal, small-caps)
uint8_t variant;