зеркало из https://github.com/mozilla/pjs.git
Bug 205622 [ps] warning: CreateFontPS declared `static' but never defined
r=smontagu sr=peterv
This commit is contained in:
Родитель
89ead252e9
Коммит
c5482de1f0
|
@ -55,10 +55,13 @@
|
||||||
extern nsIAtom *gUsersLocale;
|
extern nsIAtom *gUsersLocale;
|
||||||
#define NS_IS_BOLD(weight) ((weight) > 400 ? 1 : 0)
|
#define NS_IS_BOLD(weight) ((weight) > 400 ? 1 : 0)
|
||||||
|
|
||||||
|
#ifdef MOZ_ENABLE_FREETYPE2
|
||||||
static nsFontPS* CreateFontPS(nsITrueTypeFontCatalogEntry*, const nsFont&,
|
static nsFontPS* CreateFontPS(nsITrueTypeFontCatalogEntry*, const nsFont&,
|
||||||
nsFontMetricsPS*);
|
nsFontMetricsPS*);
|
||||||
|
|
||||||
static NS_DEFINE_CID(kFCSCID, NS_FONTCATALOGSERVICE_CID);
|
static NS_DEFINE_CID(kFCSCID, NS_FONTCATALOGSERVICE_CID);
|
||||||
|
#endif
|
||||||
|
|
||||||
/** ---------------------------------------------------
|
/** ---------------------------------------------------
|
||||||
* See documentation in nsFontMetricsPS.h
|
* See documentation in nsFontMetricsPS.h
|
||||||
* @update 2/26/99 dwc
|
* @update 2/26/99 dwc
|
||||||
|
|
Загрузка…
Ссылка в новой задаче