[cairo] Trivial patch for Win32

Owen Taylor otaylor at redhat.com
Fri Jul 22 06:51:42 PDT 2005


On Fri, 2005-07-22 at 13:52 +0300, Tor Lillqvist wrote:
> To current CVS:

Looks good ... I forget - do you have CVS access? If so, please go
ahead and commit.

Regards,
						Owen

> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/cairo/cairo/ChangeLog,v
> retrieving revision 1.761
> diff -u -2 -r1.761 ChangeLog
> --- ChangeLog	22 Jul 2005 09:04:59 -0000	1.761
> +++ ChangeLog	22 Jul 2005 10:51:06 -0000
> @@ -1,2 +1,8 @@
> +2005-07-22  Tor Lillqvist  <tml at novell.com>
> +
> +	* src/cairo-win32-font.c: Define TT_PRIM_CSPLINE if it wasn't in
> +	the headers.
> +	(_get_system_quality): Add missing variable smoothing_type.
> +
>  2005-07-22  Carl Worth  <cworth at cworth.org>
>  
> Index: src/cairo-win32-font.c
> ===================================================================
> RCS file: /cvs/cairo/cairo/src/cairo-win32-font.c,v
> retrieving revision 1.25
> diff -u -2 -r1.25 cairo-win32-font.c
> --- src/cairo-win32-font.c	21 Jul 2005 13:52:13 -0000	1.25
> +++ src/cairo-win32-font.c	22 Jul 2005 10:51:06 -0000
> @@ -47,4 +47,7 @@
>  #define CLEARTYPE_QUALITY 5
>  #endif
> +#ifndef TT_PRIM_CSPLINE
> +#define TT_PRIM_CSPLINE 3
> +#endif
>  
>  const cairo_scaled_font_backend_t cairo_win32_scaled_font_backend;
> @@ -186,4 +189,5 @@
>  {
>      BOOL font_smoothing;
> +    UINT smoothing_type;
>  
>      if (!SystemParametersInfo (SPI_GETFONTSMOOTHING, 0, &font_smoothing, 0)) {

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.freedesktop.org/archives/cairo/attachments/20050722/0b42663e/attachment.pgp


More information about the cairo mailing list