Inline getters and setters for scaling factors on nsIDeviceContext. Bug 233103, r+sr=dbaron.

This commit is contained in:
bryner%brianryner.com 2006-02-10 22:50:01 +00:00
parent 107e936055
commit 09bdbb85d8

View File

@ -275,7 +275,7 @@ NS_IMETHODIMP nsDeviceContextMac :: GetSystemFont(nsSystemFontID aID, nsFont *aF
case eSystemFont_Tooltips:
case eSystemFont_Widget:
float dev2app;
GetDevUnitsToAppUnits(dev2app);
dev2app = DevUnitsToAppUnits();
aFont->style = NS_FONT_STYLE_NORMAL;
aFont->weight = NS_FONT_WEIGHT_NORMAL;