Mercurial > hg > xemacs-beta
comparison src/objects-xlike-inc.c @ 3841:5989b9bbb612
[xemacs-hg @ 2007-02-22 16:19:40 by stephent]
Various warning fixes. <87lkiqkvpa.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Thu, 22 Feb 2007 16:19:44 +0000 |
parents | efca49973324 |
children | 9a633a00c3f2 |
comparison
equal
deleted
inserted
replaced
3840:468d3e5fc353 | 3841:5989b9bbb612 |
---|---|
463 | 463 |
464 /* long name, omitting coverage and repertoire, plus a number | 464 /* long name, omitting coverage and repertoire, plus a number |
465 of rarely useful properties */ | 465 of rarely useful properties */ |
466 FcPatternDel (p, FC_CHARSET); | 466 FcPatternDel (p, FC_CHARSET); |
467 FcPatternDel (p, FC_LANG); | 467 FcPatternDel (p, FC_LANG); |
468 #ifdef FC_WIDTH | |
468 FcPatternDel (p, FC_WIDTH); | 469 FcPatternDel (p, FC_WIDTH); |
470 #endif | |
469 FcPatternDel (p, FC_SPACING); | 471 FcPatternDel (p, FC_SPACING); |
470 FcPatternDel (p, FC_HINTING); | 472 FcPatternDel (p, FC_HINTING); |
471 FcPatternDel (p, FC_VERTICAL_LAYOUT); | 473 FcPatternDel (p, FC_VERTICAL_LAYOUT); |
472 FcPatternDel (p, FC_AUTOHINT); | 474 FcPatternDel (p, FC_AUTOHINT); |
473 FcPatternDel (p, FC_GLOBAL_ADVANCE); | 475 FcPatternDel (p, FC_GLOBAL_ADVANCE); |