]> git.wh0rd.org - fontconfig.git/commitdiff
Add FC_LANG_UNKNOWN (needed by auto lang-detecting fcfreetype.c)
authorKeith Packard <keithp@keithp.com>
Sun, 30 Jun 2002 23:45:17 +0000 (23:45 +0000)
committerKeith Packard <keithp@keithp.com>
Sun, 30 Jun 2002 23:45:17 +0000 (23:45 +0000)
fontconfig/fontconfig.h

index c2704206b5096e33baa7ca40e0c95338ba6e7e26..f5287d51d0a3f3a9ffecf9ac40a30c068a697e76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.16 2002/06/03 08:31:15 keithp Exp $
+ * $XFree86: xc/lib/fontconfig/fontconfig/fontconfig.h,v 1.18 2002/06/19 20:08:22 keithp Exp $
  *
  * Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
  *
@@ -139,6 +139,7 @@ typedef int         FcBool;
 #define FC_LANG_ARABIC_ASMO_708                "arabicasmo708"         /* 61 */
 #define FC_LANG_WE_LATIN_1             "welatin1"              /* 62 */
 #define FC_LANG_US                     "us"                    /* 63 */
+#define FC_LANG_UNKNOWN                        "unknown"               /* none of the above */
 
 typedef enum _FcType {
     FcTypeVoid,