comparison src/font-mgr.c @ 4982:3c3c1d139863

Automatic merge
author Ben Wing <ben@xemacs.org>
date Fri, 05 Feb 2010 11:25:00 -0600
parents 4aebb0131297 16112448d484
children b5df3737028a 8b2f75cecb89
comparison
equal deleted inserted replaced
4981:4aebb0131297 4982:3c3c1d139863
265 FcChar8 *name; 265 FcChar8 *name;
266 Lisp_Object result; 266 Lisp_Object result;
267 CHECK_FCPATTERN(pattern); 267 CHECK_FCPATTERN(pattern);
268 name = FcNameUnparse (XFCPATTERN_PTR (pattern)); 268 name = FcNameUnparse (XFCPATTERN_PTR (pattern));
269 result = build_fcapi_string (name); 269 result = build_fcapi_string (name);
270 xfree (name, FcChar8 *); 270 xfree (name);
271 return result; 271 return result;
272 } 272 }
273 273
274 DEFUN("fc-pattern-duplicate", Ffc_pattern_duplicate, 1, 1, 0, /* 274 DEFUN("fc-pattern-duplicate", Ffc_pattern_duplicate, 1, 1, 0, /*
275 Make a copy of the fc pattern object PATTERN and return it. 275 Make a copy of the fc pattern object PATTERN and return it.