Nvu is a complete Web Authoring System to rival programs like FrontPage and Dreamweaver. Nvu (which stands for "new view") makes managing a web site a snap. Now anyone can create web pages and manage a website with no technical expertise or knowledge of HTML. * WYSIWYG editing of pages, making web creation as easy as typing a letter with your word processor. * Integrated file management via FTP. Simply login to your web site and navigate through your files, editing web pages on the fly, directly from your site. * Reliable HTML code creation that will work with all of today's most popular browsers. * Jump between WYSIWYG Editing Mode and HTML using tabs. * Tabbed editing to make working on multiple pages a snap. * Powerful support for forms, tables, and templates.
14 lines
574 B
Text
14 lines
574 B
Text
$NetBSD: patch-an,v 1.1.1.1 2006/10/21 21:54:13 rillig Exp $
|
|
|
|
diff -ru ../Orig/mozilla/gfx/src/x11shared/nsFontFreeType.h ./gfx/src/x11shared/nsFontFreeType.h
|
|
--- ../Orig/mozilla/gfx/src/x11shared/nsFontFreeType.h 2003-04-23 01:25:13.000000000 +0900
|
|
+++ ./gfx/src/x11shared/nsFontFreeType.h 2004-06-10 23:06:35.000000000 +0900
|
|
@@ -110,7 +110,7 @@
|
|
XImage *GetXImage(PRUint32 width, PRUint32 height);
|
|
nsITrueTypeFontCatalogEntry *mFaceID;
|
|
PRUint16 mPixelSize;
|
|
- FTC_Image_Desc mImageDesc;
|
|
+ FTC_ImageType mImageDesc;
|
|
nsCOMPtr<nsIFreeType2> mFt2;
|
|
};
|
|
|