The Sunbird Project is a redesign of the Calendar component. The goal is to produce a cross platform standalone calendar application based on Mozilla's XUL user interface language. At the moment the Sunbird name is a project name. It is not official and may change in the future. The intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla. Ok with wiz. I'll add a -gtk1 version later this week.
22 lines
728 B
Text
22 lines
728 B
Text
$NetBSD: patch-al,v 1.1.1.1 2006/02/05 21:56:25 ghen Exp $
|
|
|
|
--- gfx/src/ps/nsFontMetricsPS.h.orig 2006-02-02 16:57:57.000000000 +0100
|
|
+++ gfx/src/ps/nsFontMetricsPS.h
|
|
@@ -424,7 +424,7 @@ protected:
|
|
nsCOMPtr<nsITrueTypeFontCatalogEntry> mFaceID;
|
|
nsCOMPtr<nsIFreeType2> mFt2;
|
|
PRUint16 mPixelSize;
|
|
- FTC_Image_Desc mImageDesc;
|
|
+ FTC_ImageType mImageDesc;
|
|
nsCString mFontNameBase; // the base name of type 1 (sub) fonts
|
|
nscoord mHeight;
|
|
|
|
@@ -493,7 +493,7 @@ public:
|
|
protected:
|
|
nsCOMPtr<nsITrueTypeFontCatalogEntry> mEntry;
|
|
nsCOMPtr<nsIFreeType2> mFt2;
|
|
- FTC_Image_Desc mImageDesc;
|
|
+ FTC_ImageType mImageDesc;
|
|
};
|
|
#endif // MOZ_ENABLE_FREETYPE2
|
|
#endif // MOZ_ENABLE_XFT
|