/* include/X11/Xft/Xft.h. Generated from Xft.h.in by configure. */ ... /** Current Xft version number, set from version in the Xft configure.ac file.
*/
#undef XFT_MAJOR /* Will be substituted by configure */ #undef XFT_MINOR /* Will be substituted by configure */ #undef XFT_REVISION /* Will be substituted by configure */#define XFT_VERSION ((XFT_MAJOR * 10000) + (XFT_MINOR * 100) + (XFT_REVISION))
#define XftVersion XFT_VERSION On Oct 6, 2009, at 01:06, Alan Coopersmith wrote:
NEWS | 53 ++++ README | 59 +--- configure.ac | 28 +-include/X11/Xft/Xft.h | 618 ----------------------------------------------- include/X11/Xft/Xft.h.in | 617 +++++++++++++++++++++++++++++++++++++ +++++++++5 files changed, 711 insertions(+), 664 deletions(-) New commits: commit c498ec3e4fb8e07bad7b053535d832273ac9b402 Author: Alan Coopersmith <[email protected]> Date: Tue Oct 6 01:01:07 2009 -0700 Split NEWS & README, update both Signed-off-by: Alan Coopersmith <[email protected]> commit dac73a51981632908ce86cff26af5b0bcfcdd770 Author: Alan Coopersmith <[email protected]> Date: Tue Oct 6 00:39:14 2009 -0700 Set Xft.h version numbers from configure.ac Keep the two in sync automatically instead of manually Signed-off-by: Alan Coopersmith <[email protected]> commit cfa048b4aa351068415c5e2711731246a9c19322 Author: Alan Coopersmith <[email protected]> Date: Mon Oct 5 23:53:33 2009 -0700 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Signed-off-by: Alan Coopersmith <[email protected]> _______________________________________________ xorg-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg-commit
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
