On 14-01-29 04:14 PM, Keith Packard wrote: > XFS replicates quite a bit of X server infrastructure so that it can > share libXfont. Many of those shared functions are declared in shared > font header files (either fontsproto.h or fontmisc.h). This patch > removes duplicate definitions from the XFS header files and makes sure > the shared header files are included in the right places to get the > functions declared before being defined. > > Of course, some of those function types have changed, in particular > CopyISOLatin1Lowered now takes a const char * source parameter. > > This patch also stops re-using the 'port' variable in > GetInetdListenInfo when fetching the ReopenInfo. That's not strictly > necessary here, but will be useful when the Reopen API in libxtrans > changes to take a constant parameter. > > Signed-off-by: Keith Packard <[email protected]> Applies and fixes compile error.
Tested-by: Gaetan Nadon <[email protected]> _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
