From: <kr_...@us...> - 2003-10-07 19:44:14
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv25226/src/include Modified Files: Types.h Log Message: better support for fonts Index: Types.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Types.h,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Types.h 24 Aug 2003 19:02:45 -0000 1.17 --- Types.h 7 Oct 2003 19:44:10 -0000 1.18 *************** *** 100,104 **** typedef struct { - PangoLayout *layout; PangoFontDescription *font_descr; PangoFontMetrics *metrics; --- 100,103 ---- *************** *** 131,134 **** --- 130,134 ---- GdkPixbuf *pixbuf; GdkPixmap *tile; + PangoLayout *layout; } *CanvasHandle; |