Re: gdk font accessor ...



Michael Meeks <michael ximian com> writes:

> I know everyone should use pango but ... :-)
> 
> Index: gdk/x11/gdkx.h
> ===================================================================
> RCS file: /cvs/gnome/gtk+/gdk/x11/gdkx.h,v
> retrieving revision 1.21
> diff -u -r1.21 gdkx.h
> --- gdk/x11/gdkx.h	2001/07/31 20:12:01	1.21
> +++ gdk/x11/gdkx.h	2001/09/10 05:37:45
> @@ -192,8 +192,8 @@
>    GSList *names;
>  };
> 
> -#define GDK_FONT_XDISPLAY(font)       (((GdkFontPrivate *) font)->xdisplay)
> -#define GDK_FONT_XFONT(font)          (((GdkFontPrivateX *)font)->xfont)
> +#define GDK_FONT_XDISPLAY(font)       (((GdkFontPrivateX *) font)->xdisplay)
> +#define GDK_FONT_XFONT(font)          (((GdkFontPrivateX *) font)->xfont)
> 
>  #define gdk_font_lookup(xid)	   ((GdkFont*) gdk_xid_table_lookup (xid))

Huh? Current respository version is 1.23 and it no longer has these
direct structure accesses at all.

Try a cvs up :-)
                                        Owen




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]