mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 934866 - Make nsFont::systemFont a bool. r=jdaggett
This commit is contained in:
parent
039cd69bcc
commit
08f9bd37e9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user