diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-05 21:56:20 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-05 21:56:20 +0000 |
commit | da14c0cfbfacdb81d5e03a838bba26224324f01d (patch) | |
tree | 53bbeed220ca533c94e28557bd2cfc00a116b3f8 /time/sunbird/patches/patch-ah | |
parent | 9e23f2f50e9ed13c39406f33bb7d6387e4dee4ac (diff) | |
download | pkgsrc-da14c0cfbfacdb81d5e03a838bba26224324f01d.tar.gz |
Import Mozilla Sunbird, a stand-alone Calendar application:
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.
Diffstat (limited to 'time/sunbird/patches/patch-ah')
-rw-r--r-- | time/sunbird/patches/patch-ah | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/time/sunbird/patches/patch-ah b/time/sunbird/patches/patch-ah new file mode 100644 index 00000000000..f0266725c2a --- /dev/null +++ b/time/sunbird/patches/patch-ah @@ -0,0 +1,48 @@ +$NetBSD: patch-ah,v 1.1.1.1 2006/02/05 21:56:25 ghen Exp $ + +--- gfx/idl/nsIFreeType2.idl.orig 2006-02-02 16:57:57.000000000 +0100 ++++ gfx/idl/nsIFreeType2.idl +@@ -76,10 +76,11 @@ native FT_Pointer(FT_Pointer); + native FT_Sfnt_Tag(FT_Sfnt_Tag); + native FT_Size(FT_Size); + +-[ptr] native FTC_Image_Desc_p(FTC_Image_Desc); ++[ptr] native FTC_ImageType_p(FTC_ImageType); + native FTC_Face_Requester(FTC_Face_Requester); + native FTC_Font(FTC_Font); +-native FTC_Image_Cache(FTC_Image_Cache); ++native FTC_FaceID(FTC_FaceID); ++native FTC_ImageCache(FTC_ImageCache); + native FTC_Manager(FTC_Manager); + + // #ifdef MOZ_SVG +@@ -99,7 +100,7 @@ interface nsIFreeType2 : nsISupports + + readonly attribute FT_Library library; + readonly attribute FTC_Manager FTCacheManager; +- readonly attribute FTC_Image_Cache ImageCache; ++ readonly attribute FTC_ImageCache ImageCache; + + void doneFace(in FT_Face face); + void doneFreeType(in FT_Library lib); +@@ -115,16 +116,16 @@ interface nsIFreeType2 : nsISupports + void outlineDecompose(in FT_Outline_p outline, + in const_FT_Outline_Funcs_p funcs, in voidPtr p); + void setCharmap(in FT_Face face, in FT_CharMap charmap); +- void imageCacheLookup(in FTC_Image_Cache cache, in FTC_Image_Desc_p desc, ++ void imageCacheLookup(in FTC_ImageCache cache, in FTC_ImageType_p desc, + in FT_UInt gindex, out FT_Glyph glyph); +- void managerLookupSize(in FTC_Manager manager, in FTC_Font font, +- out FT_Face face, out FT_Size size); ++ void managerLookupFace(in FTC_Manager manager, in FTC_FaceID face_id, ++ out FT_Face face); + void managerDone(in FTC_Manager manager); + void managerNew(in FT_Library lib, in FT_UInt max_faces, + in FT_UInt max_sizes, in FT_ULong max_bytes, + in FTC_Face_Requester requester, in FT_Pointer req_data, + out FTC_Manager manager); +- void imageCacheNew(in FTC_Manager manager, out FTC_Image_Cache cache); ++ void imageCacheNew(in FTC_Manager manager, out FTC_ImageCache cache); + /* #ifdef MOZ_SVG */ + void glyphTransform(in FT_Glyph glyph, in FT_Matrix_p matrix, + in FT_Vector_p delta); |