[clutter/msvc-support] Update config.h.win32(.in)



commit b181165f2f48ce586732dad96bc1785243410e04
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Aug 23 10:28:36 2011 +0800

    Update config.h.win32(.in)
    
    Added entry for HAVE_PANGO_FT2, and leave it as not defined.
    
    Even it is possible to have Pango Freetype/FontConfig support on Windows,
    but as the addition of the requirement for PangoFT2 usage is meant for
    X11 platforms, and as a move to not incur extra dependencies for Clutter
    on Windows (FontConfig is IMHO a library not really designed to be used
    in Windows platform).

 config.h.win32.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/config.h.win32.in b/config.h.win32.in
index 8e493db..27b9129 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -76,6 +76,9 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
+/* Supports PangoFt2 */
+/* #undef HAVE_PANGO_FT2 */
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #if (_MSC_VER >= 1600)
 #define HAVE_STDINT_H 1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]