| sponsored by ICS |
![]() |
||||
|
| Description: | Opened: 2008-06-28 04:43 |
This is a forward of Gentoo bug <http://bugs.gentoo.org/show_bug.cgi?id=229779>. Function GetSameRenditions in XmRenderT.c only gets called if USE_XFT is defined, and it uses macros like _XmRendFontFoundry which are only defined with USE_XFT. So also the definition of GetSameRenditions should be included in an USE_XFT conditional. (Otherwise, some nasty compiler warnings appear which trigger a QA condition on Gentoo Linux.)
Created an attachment (id=186) Proposed patch for XmRenderT.c
Fixed with the proposed patch in cvs HEAD and openmotif_2_3 branches
|