mkfontscale: Changes to 'master'

Egbert Eich eich at kemper.freedesktop.org
Thu Jan 10 08:09:12 PST 2013


 mkfontscale.c |   24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

New commits:
commit 9cbe3256bc932b82f2435b23cda0931f4f5f5ba2
Author: Egbert Eich <eich at freedesktop.org>
Date:   Thu May 19 10:38:44 2011 +0200

    Prefer original file over symlink (v2)
    
    If a symlink to a fontfile in the same directory exists the file
    that got picked depends on the order in which readdir() picked
    entries.
    This patch gives the file a higher preference than the symlink to
    it so it will be preferred if the xlfd entries match.
    
    v2: Followed a suggestion by Julien Cristau <jcristau at debian.org>
        to check for DT_LNK being defined instead of _BSD_SOURCE
        and fall back to lstat() if d_type is DT_UNKNOWN.
    
    Signed-off-by: Egbert Eich <eich at freedesktop.org>



More information about the xorg-commit mailing list