libXft: Changes to 'master'

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Thu Jan 29 13:18:45 PST 2009


 .gitignore        |   10 ++++++++++
 Makefile.am       |    6 ++----
 configure.ac      |   14 +++++---------
 man/.gitignore    |    4 ----
 src/.gitignore    |    6 ------
 src/Makefile.am   |    2 +-
 src/xftcore.c     |    6 +++---
 src/xftdpy.c      |   18 +++++++++---------
 src/xftdraw.c     |   30 +++++++++++++++---------------
 src/xftextent.c   |    2 +-
 src/xftfont.c     |   26 +++++++++++++-------------
 src/xftfreetype.c |   40 ++++++++++++++++++++--------------------
 src/xftglyphs.c   |    8 ++++----
 src/xftinit.c     |    2 +-
 src/xftlist.c     |    6 +++---
 src/xftname.c     |    2 +-
 src/xftrender.c   |    8 ++++----
 src/xftxlfd.c     |   38 +++++++++++++++++++-------------------
 18 files changed, 111 insertions(+), 117 deletions(-)

New commits:
commit 5957fdd9ba2aba60e90a30bc3744f76ddb27b8d2
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Thu Jan 29 18:45:48 2009 -0200

    Janitor: Correct make distcheck and sparse warnings.
    
      Use only one toplevel .gitignore file.
    
      It was tempting to also modify the code to not, first check if
    xrender is >= 0.8.2, and then, if failing, check for libXrender
    functions with different build options, but left as is, as it
    could be somehow useful at least as an example of being backwards
    compatible.



More information about the xorg-commit mailing list