xftint.h   xftint.h 
skipping to change at line 148 skipping to change at line 148
*/ */
FcChar32 hash; FcChar32 hash;
XftFtFile *file; /* face source */ XftFtFile *file; /* face source */
/* /*
* Rendering options * Rendering options
*/ */
FT_F26Dot6 xsize, ysize; /* pixel size */ FT_F26Dot6 xsize, ysize; /* pixel size */
FcBool antialias; /* doing antialiasing */ FcBool antialias; /* doing antialiasing */
FcBool embolden; /* force emboldening */ FcBool embolden; /* force emboldening */
int rgba; /* subpixel order */ int rgba; /* subpixel order */
int lcd_filter; /* lcd filter */
FT_Matrix matrix; /* glyph transformation matrix */ FT_Matrix matrix; /* glyph transformation matrix */
FcBool transform; /* non-identify matrix? */ FcBool transform; /* non-identify matrix? */
FT_Int load_flags; /* glyph load flags */ FT_Int load_flags; /* glyph load flags */
FcBool render; /* whether to use the Render extensi on */ FcBool render; /* whether to use the Render extensi on */
/* /*
* Internal fields * Internal fields
*/ */
int spacing; int spacing;
FcBool minspace; FcBool minspace;
int char_width; int char_width;
skipping to change at line 379 skipping to change at line 380
XftDebug (void); XftDebug (void);
/* xftdpy.c */ /* xftdpy.c */
XftDisplayInfo * XftDisplayInfo *
_XftDisplayInfoGet (Display *dpy, FcBool createIfNecessary); _XftDisplayInfoGet (Display *dpy, FcBool createIfNecessary);
void void
_XftDisplayManageMemory (Display *dpy); _XftDisplayManageMemory (Display *dpy);
int int
XftDefaultParseBool (char *v); XftDefaultParseBool (const char *v);
FcBool FcBool
XftDefaultGetBool (Display *dpy, const char *object, int screen, FcBool def ); XftDefaultGetBool (Display *dpy, const char *object, int screen, FcBool def );
int int
XftDefaultGetInteger (Display *dpy, const char *object, int screen, int def ); XftDefaultGetInteger (Display *dpy, const char *object, int screen, int def );
double double
XftDefaultGetDouble (Display *dpy, const char *object, int screen, double d ef); XftDefaultGetDouble (Display *dpy, const char *object, int screen, double d ef);
 End of changes. 2 change blocks. 
1 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/